Skip to content
Snippets Groups Projects
Unverified Commit ac13dd65 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix exception class-name

parent 3b73eb72
No related branches found
No related tags found
No related merge requests found
...@@ -803,7 +803,7 @@ class SP extends \SimpleSAML\Auth\Source ...@@ -803,7 +803,7 @@ class SP extends \SimpleSAML\Auth\Source
if (empty($intersection)) { if (empty($intersection)) {
// all requested IdPs are unknown // all requested IdPs are unknown
throw new NoSupportedIDP( throw new NoSupportedIDPException(
'None of the IdPs requested are supported by this proxy.' 'None of the IdPs requested are supported by this proxy.'
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment