mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-12-06 12:40:03 +01: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
|
|
{
|
|
}
|