mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-06-09 08:42:05 -04:00
10 lines
150 B
PHP
10 lines
150 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Module\Businessprocess\Exception;
|
||
|
|
|
||
|
|
use Icinga\Exception\IcingaException;
|
||
|
|
|
||
|
|
class ModificationError extends IcingaException
|
||
|
|
{
|
||
|
|
}
|