NestingError: add missing exception class

This commit is contained in:
Thomas Gelf 2016-11-26 21:14:38 +01:00
parent 08f56452fc
commit 1f61d8b728

View file

@ -0,0 +1,9 @@
<?php
namespace Icinga\Module\Businessprocess\Exception;
use Icinga\Exception\IcingaException;
class NestingError extends IcingaException
{
}