akaunting/app/Exceptions/Common/TooManyEmailsSent.php

11 lines
169 B
PHP
Raw Normal View History

2022-09-14 11:53:22 +03:00
<?php
namespace App\Exceptions\Common;
use Illuminate\Http\Exceptions\ThrottleRequestsException;
class TooManyEmailsSent extends ThrottleRequestsException
{
//
}