AlchemistWouldHaveExitedException

This exception is thrown in place of calling System.exit when the simulator is used in debug mode. The exitStatus returns the exit status the execution would have had.

Constructors

Link copied to clipboard
constructor(exitStatus: Int)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

exit status

Link copied to clipboard
open val message: String?