Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Exception::Class - how to use?

by Perllace (Acolyte)
on Apr 20, 2011 at 11:57 UTC ( [id://900319]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MyExceptions;
    
    ...
    );
    
    1;
    
  2. or download this
    package ReportGenerator;
    
    ...
       #Here is want to check of $result and throw an exception of the kin
    +d MyExceptions::RegionNotFound->throw(error => 'bad number');
    #how do I do it??
    }
    
  3. or download this
    $Report->CheckResult($ABC->Command(100,100),"Someinfo")
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://900319]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-18 17:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found