1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Add error messages, fix LDAP error

This commit is contained in:
Daniel Seiler
2019-08-07 15:31:10 +02:00
parent 03dbe32f99
commit 8e723f10dc
9 changed files with 42 additions and 20 deletions

View File

@ -1,6 +1,6 @@
<?php namespace BookStack\Exceptions;
class SamlException extends PrettyException
class SamlException extends NotifyException
{
}