1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-19 18:22:16 +03:00
bookstack/app/Exceptions/LdapFailedBindException.php
Dan Brown 3d8df952b7
Combined LDAP connect and bind for failover handling
Not totally happy with the complexity in approach, could maybe do with
refactoring some of this out, but getting a little tired spending time
on this.
2022-10-17 17:46:14 +01:00

8 lines
96 B
PHP

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