icingaweb2-module-director/library/Director/Exception/DuplicateKeyException.php

10 lines
147 B
PHP

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