mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-13 13:08:09 +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
|
|
{
|
|
}
|