e1 and e2 are nullThrowable chainTogether(return scope Throwable e1, return scope Throwable e2) @__future @system @nogc pure nothrowAppend e2 to chain of exceptions that starts with e1.
e1 | start of chain (can be null) |
e2 | second part of chain (can be null) |
e1 and e2 are null