2017-01-13 19:47:54 +01:00

10 lines
138 B
PHP

<?php
namespace Icinga\Module\Director\Exception;
use Icinga\Exception\IcingaException;
class NestingError extends IcingaException
{
}