parent
8f42d7a1d3
commit
fcd7aaef87
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Exception\Http;
|
||||
|
||||
use Icinga\Exception\IcingaException;
|
||||
|
||||
/**
|
||||
* Base class for HTTP exceptions
|
||||
*/
|
||||
abstract class HttpException extends IcingaException
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue