icingaweb2-module-businessp.../library/Businessprocess/Exception/ModificationError.php
Johannes Meyer eef8adb9be NodeAction: Allow method appliesTo to throw an exception
Also implements it's usage in all available actions.
2019-02-22 12:26:24 +01:00

9 lines
150 B
PHP

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