improved email throttle

This commit is contained in:
Denis Duliçi
2022-09-14 11:53:22 +03:00
parent bf2f83981c
commit eb3b080ee8
7 changed files with 92 additions and 41 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace App\Exceptions\Common;
use Illuminate\Http\Exceptions\ThrottleRequestsException;
class TooManyEmailsSent extends ThrottleRequestsException
{
//
}