The stacktraces of exceptions created with FbExceptionBuilder contain StackTraceElements referring to the builder. It would be cleaner if those are omitted from the stacktrace, so the top element points to where the exception is actually thrown (or at least, created outside of the builder).
The stacktraces of exceptions created with
FbExceptionBuildercontainStackTraceElements referring to the builder. It would be cleaner if those are omitted from the stacktrace, so the top element points to where the exception is actually thrown (or at least, created outside of the builder).