akaunting/app/Exceptions/Common/TooManyEmailsSent.php

11 lines
169 B
PHP
Raw Normal View History

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