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

10 lines
147 B
PHP
Raw Normal View History

<?php
namespace Icinga\Module\Director\Exception;
use Icinga\Exception\IcingaException;
2017-01-13 19:47:54 +01:00
class DuplicateKeyException extends IcingaException
{
}