mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
NestingError: add missing exception class
This commit is contained in:
parent
08f56452fc
commit
1f61d8b728
1 changed files with 9 additions and 0 deletions
9
library/Businessprocess/Exception/NestingError.php
Normal file
9
library/Businessprocess/Exception/NestingError.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Module\Businessprocess\Exception;
|
||||
|
||||
use Icinga\Exception\IcingaException;
|
||||
|
||||
class NestingError extends IcingaException
|
||||
{
|
||||
}
|
||||
Loading…
Reference in a new issue