8 lines
146 B
PHP
8 lines
146 B
PHP
|
<?php
|
||
|
|
||
|
namespace Icinga\Module\Director\Exception;
|
||
|
|
||
|
use Icinga\Exception\IcingaException;
|
||
|
|
||
|
class DuplicateKeyException extends IcingaException {}
|