friendica/src/Network/HTTPException/InternalServerErrorException.php

11 lines
174 B
PHP
Raw Normal View History

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