Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Exception Classes Advice on Subclasses

by jffry (Hermit)
on Dec 21, 2005 at 03:44 UTC ( [id://518228]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    MyExceptions::SomeThingy
    MyExceptions::SomeThingy::SomeSpecificError
    MyExceptions::SomeThingy::AnotherProblem
    MyExceptions::SomeThingy::DontDoThat
    
  2. or download this
    MyException::SomeThingy' => {
            isa         => 'MyException',
            description => 'Bad things happen here.',
            fields      => [ 'descriptor', 'value' ],
    };
    
  3. or download this
    MyException::SomeThingy->throw(
                'error'      => 'You did something I didnt like.',
                'descriptor' => 'DontDoThat',
                'value'   => $bad_variable,
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://518228]
Approved by Tanktalus
Front-paged by Tanktalus
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-16 12:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found