]> BookStack Code Mirror - bookstack/blob - app/Exceptions/LdapException.php
Updated laravel to 5.2 and started ldap implementation
[bookstack] / app / Exceptions / LdapException.php
1 <?php namespace BookStack\Exceptions;
2
3
4 use Exception;
5
6 class LdapException extends Exception
7 {
8
9 }