mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
8f42d7a1d3
commit
fcd7aaef87
13
library/Icinga/Exception/Http/HttpException.php
Normal file
13
library/Icinga/Exception/Http/HttpException.php
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Icinga\Exception\Http;
|
||||||
|
|
||||||
|
use Icinga\Exception\IcingaException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Base class for HTTP exceptions
|
||||||
|
*/
|
||||||
|
abstract class HttpException extends IcingaException
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user