summaryrefslogtreecommitdiffstats
path: root/library/Businessprocess/Exception/ModificationError.php
blob: 430d5136ad9957951c67698a4a9c9c8102b17f20 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace Icinga\Module\Businessprocess\Exception;

use Icinga\Exception\IcingaException;

class ModificationError extends IcingaException
{
}