1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added a friendlier error for LDAP new user mismatches

This commit is contained in:
Dan Brown
2016-04-03 11:16:49 +01:00
parent c5960f9b6a
commit 4caa61fe96
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php namespace BookStack\Exceptions;
class AuthException extends PrettyException {}