BookStack/app/Exceptions/LdapException.php

9 lines
98 B
PHP

<?php namespace BookStack\Exceptions;
use Exception;
class LdapException extends Exception
{
}