akaunting/app/Exceptions/Common/TooManyEmailsSent.php

11 lines
169 B
PHP

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