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