class MissingRateLimiterException extends Exception (View source)
| static MissingRateLimiterException | forLimiter(string $limiter)
Create a new exception for invalid named rate limiter. | |
| static MissingRateLimiterException | forLimiterAndUser(string $limiter, string $model)
Create a new exception for an invalid rate limiter based on a model property. |
Create a new exception for invalid named rate limiter.
Create a new exception for an invalid rate limiter based on a model property.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Routing/Exceptions/MissingRateLimiterException.html