1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00
Files
bookstack/app/Exceptions/LdapException.php

9 lines
98 B
PHP

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