method throw
| 1 | class Exception | 
| 1.1 | (Exception) 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