akaunting/app/Exceptions/Common/TooManyEmailsSent.php
2022-09-14 11:53:22 +03:00

11 lines
169 B
PHP

<?php
namespace App\Exceptions\Common;
use Illuminate\Http\Exceptions\ThrottleRequestsException;
class TooManyEmailsSent extends ThrottleRequestsException
{
//
}