friendica/src/Network/HTTPException/InternalServerErrorException.php

11 lines
172 B
PHP

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