summaryrefslogtreecommitdiffstats
path: root/library/Director/Exception/NestingError.php
blob: bc191aa7f902443ed634533c1dc843a4e65ab609 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace Icinga\Module\Director\Exception;

use Icinga\Exception\IcingaException;

class NestingError extends IcingaException
{
}