icingaweb2-module-businessp.../library/Businessprocess/Exception/NestingError.php

10 lines
145 B
PHP
Raw Normal View History

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