friendica/src/Network/HTTPException/InternalServerErrorExceptio...
2018-02-09 03:49:49 +00:00

11 lines
172 B
PHP

<?php
namespace Friendica\Network\HTTPException;
use Friendica\Network\HTTPException;
class InternalServerErrorException extends HTTPException
{
var $httpcode = 500;
}