mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-06 16:49:44 +08:00
9 lines
98 B
PHP
9 lines
98 B
PHP
|
<?php namespace BookStack\Exceptions;
|
||
|
|
||
|
|
||
|
use Exception;
|
||
|
|
||
|
class LdapException extends Exception
|
||
|
{
|
||
|
|
||
|
}
|