throw
# given $message;
throw $message; # An exception (...) was thrown in -e at line 1
The throw function will dynamically load and throw an exception object. This function takes all arguments accepted by the Data::Object::Exception class.
throw(Any @args) : Object
function
5 POD Errors
The following errors were encountered while parsing the POD:
- Around line 10:
Unknown directive: =name
- Around line 14:
Unknown directive: =usage
- Around line 20:
Unknown directive: =description
- Around line 25:
Unknown directive: =signature
- Around line 29:
Unknown directive: =type