ErrorExitException.code constructor
Creates an ErrorExitException with a specific exit code.
Implementation
ErrorExitException.code(super.code, [this.reason])
: nestedException = null,
nestedStackTrace = null;
Creates an ErrorExitException with a specific exit code.
ErrorExitException.code(super.code, [this.reason])
: nestedException = null,
nestedStackTrace = null;