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()) {
287
+
} catch (\ErrorException$e) {
288
+
if (0x37313BC !== $e->getCode()) {
293
289
throw$e;
294
290
}
295
291
if ($this->logger) {
296
292
$this->logger->warning('Failed to unserialize the security token from the session.', ['key' => $this->sessionKey, 'received' => $serializedToken, 'exception' => $e]);
0 commit comments