Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Oct 3, 2023
1 parent 6de4dc6 commit 47ab473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Slim/Exception/HttpTooManyRequestsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ class HttpTooManyRequestsException extends HttpSpecializedException
protected $message = 'Too many requests.';

protected string $title = '429 Too Many Requests';
protected string $description = 'The client application has surpassed its rate limit, or number of requests they can send in a given period of time.';
protected string $description = 'The client application has surpassed its rate limit, ' .
'or number of requests they can send in a given period of time.';
}

0 comments on commit 47ab473

Please sign in to comment.