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.
2 parents ec336fc + 7d0f07d commit 8b93085Copy full SHA for 8b93085
pkg/stomp/StompConsumer.php
@@ -111,7 +111,7 @@ public function receive(int $timeout = 0): ?Message
111
}
112
113
} catch (ErrorFrameException $e) {
114
- throw new Exception($e->getMessage()."\n".$e->getFrame()->getBody(), null, $e);
+ throw new Exception($e->getMessage()."\n".$e->getFrame()->getBody(), 0, $e);
115
116
117
return null;
0 commit comments