]> git.mxchange.org Git - friendica.git/blob - src/Network/HTTPException/InternalServerErrorException.php
Merge pull request #7090 from nupplaphil/task/mod_like
[friendica.git] / src / Network / HTTPException / InternalServerErrorException.php
1 <?php
2
3 namespace Friendica\Network\HTTPException;
4
5 use Friendica\Network\HTTPException;
6
7 class InternalServerErrorException extends HTTPException
8 {
9         protected $code = 500;
10 }