Get the wrapped error details from a Failure
object
unwrap_fail.Rd
If the provided object is a Success
then the function will 'panic'
and throw an error of class expect_fail_panic
, with the message body set to
msg
.
See also
unwrap()
to unwrap the value of a Success
instead.