icingaweb2/library/Icinga/Exception/Http/HttpException.php
2015-05-21 17:18:29 +02:00

14 lines
180 B
PHP

<?php
namespace Icinga\Exception\Http;
use Icinga\Exception\IcingaException;
/**
* Base class for HTTP exceptions
*/
abstract class HttpException extends IcingaException
{
}