die static method
Creates a Die cause from an unexpected throwable
Implementation
static Cause<Never> die(Object throwable, [StackTrace? stackTrace]) =>
Die(throwable, stackTrace);
Creates a Die cause from an unexpected throwable
static Cause<Never> die(Object throwable, [StackTrace? stackTrace]) =>
Die(throwable, stackTrace);