friendica/src/Network/HTTPException/InternalServerErrorExceptio...

11 lines
172 B
PHP

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