mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-04 07:09:00 +02: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
|
|
{
|
|
}
|