Documentation for method throw
assembled from the following pages:
Class: Exception §
From Exception
(Exception) method throw §
Defined as:
method throw(Exception:)
Throws the exception.
my = X::AdHoc.new; # Totally fine try .throw; # Throws if ($!) ; # Suppress the exception