]> git.mxchange.org Git - friendica.git/blob - TooManyRequestsException.php
093911f932917aefe9dfd9923ac5850c149ad1f3
[friendica.git] / TooManyRequestsException.php
1 <?php
2
3 namespace Friendica\Network\HTTPException;
4
5 use Friendica\Network\HTTPException;
6
7 class TooManyRequestsException extends HTTPException
8 {
9         var $httpcode = 429;
10 }