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

namespace Icinga\Module\Businessprocess\Exception;

use Icinga\Exception\IcingaException;

class NestingError extends IcingaException
{
}