2016-11-28 15:32:41 +01:00

8 lines
146 B
PHP

<?php
namespace Icinga\Module\Director\Exception;
use Icinga\Exception\IcingaException;
class DuplicateKeyException extends IcingaException {}