Skip to content
Snippets Groups Projects
Commit 9cd3d58a authored by Björn Fischer's avatar Björn Fischer :new_moon_with_face:
Browse files

fix

parent 17d02724
No related branches found
No related tags found
1 merge request!752.1.0
......@@ -58,8 +58,8 @@ public class StompErrorHandler extends StompSubProtocolErrorHandler {
try {
var errorResponse = matchingMapper != null
? matchingMapper.map(exception)
: errorResponseBuilder.buildForException(ex, null);
globalExceptionLogger.log(errorResponse, ex);
: errorResponseBuilder.buildForException(exception, null);
globalExceptionLogger.log(errorResponse, exception);
return buildErrorMessage(clientMessage, errorResponse);
} catch (Exception e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment