die static method
Creates a failed exit that died with the given throwable
Implementation
static Exit<Never, Never> die(Object throwable, [StackTrace? stackTrace]) =>
Failure(Cause.die(throwable, stackTrace));
Creates a failed exit that died with the given throwable
static Exit<Never, Never> die(Object throwable, [StackTrace? stackTrace]) =>
Failure(Cause.die(throwable, stackTrace));