Skip to content
Snippets Groups Projects
Commit 6df2949e authored by buczekp's avatar buczekp
Browse files

[LMS-2106] minor improvement

SVN: 20297
parent 8d44542c
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ public final class ExceptionWithStatus extends RuntimeException ...@@ -27,6 +27,7 @@ public final class ExceptionWithStatus extends RuntimeException
public ExceptionWithStatus(Status status) public ExceptionWithStatus(Status status)
{ {
super(status.tryGetErrorMessage());
this.status = status; this.status = status;
} }
......
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