Skip to content
Snippets Groups Projects
Commit 3e9d8b1c authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Add a reasonable message for SimpleSAML_Error_AuthSource exceptions.

parent cbcd59c1
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,8 @@ class SimpleSAML_Error_AuthSource extends SimpleSAML_Error_Error { ...@@ -40,6 +40,8 @@ class SimpleSAML_Error_AuthSource extends SimpleSAML_Error_Error {
), ),
$cause $cause
); );
$this->message = "Error with authentication source '$authsource': $reason";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment