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

11 lines
174 B
PHP

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