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")