improved email throttle
This commit is contained in:
10
app/Exceptions/Common/TooManyEmailsSent.php
Normal file
10
app/Exceptions/Common/TooManyEmailsSent.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\Common;
|
||||
|
||||
use Illuminate\Http\Exceptions\ThrottleRequestsException;
|
||||
|
||||
class TooManyEmailsSent extends ThrottleRequestsException
|
||||
{
|
||||
//
|
||||
}
|
Reference in New Issue
Block a user