mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-03 08:01:53 +01:00
Make stack trace not writable
This commit is contained in:
parent
5373e80e7c
commit
f5b7e91faf
@ -2,6 +2,6 @@ package com.twitter.search.ingester.pipeline.util;
|
||||
|
||||
public class ResponseNotReturnedException extends Exception {
|
||||
ResponseNotReturnedException(Object request) {
|
||||
super("Response not returned in batch for request: " + request);
|
||||
super("Response not returned in batch for request: " + request, null, false, false);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user