mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-10 18:00:39 -04:00
10 lines
146 B
PHP
10 lines
146 B
PHP
|
|
<?php
|
||
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
|
|
||
|
|
namespace Icinga\Exception;
|
||
|
|
|
||
|
|
class NotFoundError extends IcingaException
|
||
|
|
{
|
||
|
|
}
|