Open
Description
Hi,
I'm using the api.throttle middleware when a user tries to login the application.
If he passed the rate limit, the middleware throws an HttpException, with the message "You have exceed your rate limit"
api/src/Http/Middleware/RateLimit.php
Line 67 in b049120
So, how can I change that message ONLY in this route? I know I can do custom exceptions, but in this case, the Exception is already fired so, any ideas?
Thx.