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