Skip to content

Commit 6942b4a

Browse files
committed
Update to samlbundle exception.
1 parent da64009 commit 6942b4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- Upgrade dev & qa tooling
44

55
Backward compatibility breaks:
6-
* Minor: `\Surfnet\SamlBundle\SAML2\BridgeContainer::debugMessage` Will now throw a `\InvalidArgumentException` instead of 'Fatal error: Uncaught TypeError' if an invalid `$message` is debugged.
6+
* Minor: `\Surfnet\SamlBundle\SAML2\BridgeContainer::debugMessage` Will now throw a `\Surfnet\SamlBundle\Exception\InvalidArgumentException` instead of 'Fatal error: Uncaught TypeError' if an invalid `$message` is debugged.
77

88
# 6.0.0
99
- Add SF 6 support

src/SAML2/BridgeContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
use BadMethodCallException;
2222
use DOMElement;
23-
use InvalidArgumentException;
2423
use Psr\Log\LoggerInterface;
2524
use SAML2\Compat\AbstractContainer;
25+
use Surfnet\SamlBundle\Exception\InvalidArgumentException;
2626

2727
/**
2828
* Container that is required so that we can make the SAML2 lib work.

0 commit comments

Comments
 (0)