]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/SamlException.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Copying: Fixed issue with non-page links to page permalinks
[bookstack]
/
app
/
Exceptions
/
SamlException.php
diff --git
a/app/Exceptions/SamlException.php
b/app/Exceptions/SamlException.php
index f9668919c843903f0d3d83bc1dac502dd41a75ba..417fe1c663dc970cab051d8aebfd45adcb484eb4 100644
(file)
--- a/
app/Exceptions/SamlException.php
+++ b/
app/Exceptions/SamlException.php
@@
-1,6
+1,7
@@
-<?php
namespace BookStack\Exceptions;
+<?php
-class SamlException extends PrettyException
-{
+namespace BookStack\Exceptions;
+class SamlException extends NotifyException
+{
}