summaryrefslogtreecommitdiffstats
path: root/library/Director/Exception/DuplicateKeyException.php
blob: a9cba65b7ac376f91cdd250ca7d3ca6ed68b4d57 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace Icinga\Module\Director\Exception;

use Icinga\Exception\IcingaException;

class DuplicateKeyException extends IcingaException
{
}