valueOrThrow property

ValueT valueOrThrow

Returns the value if it is a success. Else, throws the error as an Exception.

Implementation

ValueT get valueOrThrow;