You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!$einstanceof \ErrorException || 0x37313bc !== $e->getCode()) {
313
+
} catch (\ErrorException$e) {
314
+
if (0x37313BC !== $e->getCode()) {
319
315
throw$e;
320
316
}
321
317
if ($this->logger) {
322
318
$this->logger->warning('Failed to unserialize the security token from the session.', ['key' => $this->sessionKey, 'received' => $serializedToken, 'exception' => $e]);
0 commit comments