Skip to content

Commit

Permalink
removed demo not available stacktrace from logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bestDvlpr committed Mar 11, 2021
1 parent d90fb71 commit 5834c04
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ public class DemoNotAvailableException extends BasicException {
public DemoNotAvailableException() {
super(DEMO_MODEL_NOT_AVAILABLE, MESSAGE);
}

@Override
public synchronized Throwable fillInStackTrace() {
return this;
}
}

0 comments on commit 5834c04

Please sign in to comment.