In Failure§
See primary documentation in context for method exception
method exception(Failure: --> Exception)
Returns the Exception
object that the failure wraps.
sub failer() ;my = failer;my = .exception;put "$ex.^name(): $ex";# OUTPUT: «X::AdHoc: Failed»