File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
use SimpleSAML \XMLSecurity \Constants as C ;
13
13
use SimpleSAML \XMLSecurity \CryptoEncoding \PEM ;
14
14
use SimpleSAML \XMLSecurity \Exception \RuntimeException ;
15
+ use SimpleSAML \XMLSecurity \Exception \SignatureVerificationFailedException ;
15
16
use SimpleSAML \XMLSecurity \Key \PublicKey ;
16
17
use SimpleSAML \XMLSecurity \Key \X509Certificate ;
17
18
use SimpleSAML \XMLSecurity \Test \XML \CustomSignable ;
@@ -138,7 +139,7 @@ public function testSuccessfulVerifyingWithWrongKeyFirstRightOneSecond(): void
138
139
try {
139
140
$ verified = $ customSigned ->verify ($ verifier );
140
141
break 1 ;
141
- } catch (\ SimpleSAML \ XMLSecurity \ Exception \ SignatureVerificationFailedException $ e ) {
142
+ } catch (SignatureVerificationFailedException $ e ) {
142
143
continue ;
143
144
}
144
145
}
You can’t perform that action at this time.
0 commit comments