method throw
Documentation for method throw
assembled from the following types:
class Exception
From Exception
(Exception) method throw
Defined as:
method throw(Exception:)
Throws the exception.
my = X::AdHoc.new; # Totally finetry .throw; # Throwsif ($!) ; # Suppress the exception