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 84657e5 commit 06ebbbaCopy full SHA for 06ebbba
Firewall/SwitchUserListener.php
@@ -100,7 +100,7 @@ public function handle(GetResponseEvent $event)
100
try {
101
$this->tokenStorage->setToken($this->attemptSwitchUser($request, $username));
102
} catch (AuthenticationException $e) {
103
- throw new \LogicException(sprintf('Switch User failed: "%s".', $e->getMessage()));
+ throw new \LogicException('Switch User failed: '.$e->getMessage());
104
}
105
106
0 commit comments