icingaweb2/library/Icinga/Protocol/Ldap/Exception.php

8 lines
79 B
PHP
Raw Normal View History

<?php
namespace Icinga\Protocol\Ldap;
class Exception extends \Exception
{
}