We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0486ed3 commit bdb7d3bCopy full SHA for bdb7d3b
1 file changed
src/Exception/MetadataNotFoundException.php
@@ -0,0 +1,12 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
5
+namespace SimpleSAML\SAML2\Exception;
6
7
+/**
8
+ * Exception to be raised when no metadata was found for a specific entityID
9
+ */
10
+class MetadataNotFoundException extends RuntimeException
11
+{
12
+}
0 commit comments