8 lines
137 B
PHP
8 lines
137 B
PHP
|
<?php
|
||
|
|
||
|
namespace Icinga\Module\Director\Exception;
|
||
|
|
||
|
use Icinga\Exception\IcingaException;
|
||
|
|
||
|
class NestingError extends IcingaException {}
|