mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-22 15:50:15 -05:00
9 lines
145 B
PHP
9 lines
145 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Businessprocess\Exception;
|
|
|
|
use Icinga\Exception\IcingaException;
|
|
|
|
class NestingError extends IcingaException
|
|
{
|
|
}
|