mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00:00
Changed scope
This commit is contained in:
parent
ec5bd9a756
commit
57353eb9b0
33 changed files with 95 additions and 91 deletions
|
@ -25,7 +25,7 @@ use Friendica\Network\HTTPException;
|
|||
|
||||
class TooManyRequestsException extends HTTPException
|
||||
{
|
||||
protected $code = 429;
|
||||
var $httpdesc = 'Too Many Requests';
|
||||
var $explanation = 'The user has sent too many requests in a given amount of time.';
|
||||
protected $code = 429;
|
||||
protected $httpdesc = 'Too Many Requests';
|
||||
protected $explanation = 'The user has sent too many requests in a given amount of time.';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue