We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf9a35 commit e0cded6Copy full SHA for e0cded6
src/Exception/SchemaViolationException.php
@@ -4,13 +4,11 @@
4
5
namespace SimpleSAML\XML\Exception;
6
7
-use SimpleSAML\Assert\AssertionFailedException;
8
-
9
/**
10
- * This exception may be raised when a violation of the SAML2 schema is detected
+ * This exception may be raised when a violation of the XSD schema is detected
11
*
12
* @package simplesamlphp/xml-common
13
*/
14
-class SchemaViolationException extends AssertionFailedException
+class SchemaViolationException extends RuntimeException
15
{
16
}
0 commit comments