]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/SamlException.php
Added more complexity in an attempt to make ldap host failover fit
[bookstack] / app / Exceptions / SamlException.php
index f9668919c843903f0d3d83bc1dac502dd41a75ba..417fe1c663dc970cab051d8aebfd45adcb484eb4 100644 (file)
@@ -1,6 +1,7 @@
-<?php namespace BookStack\Exceptions;
+<?php
 
-class SamlException extends PrettyException
-{
+namespace BookStack\Exceptions;
 
+class SamlException extends NotifyException
+{
 }