icingaweb2-module-businessp.../library/Businessprocess/Exception/NestingError.php
2016-11-26 21:14:38 +01:00

9 lines
145 B
PHP

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