Skip to content
Snippets Groups Projects
Commit 46f90e42 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

small simplification in RError.error

parent 8fe9ee5b
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ public final class RError extends RuntimeException {
@SlowPath
public static RError error(SourceSection src, Message msg) {
throw error(src, msg, (Object[]) null);
throw error0(src, msg, (Object[]) null);
}
private static final RError MARKER_EXCEPTION = new RError(null, "<marker exception>");
......
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