- or download this
package MyExceptions;
...
);
1;
- 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??
}
- or download this
$Report->CheckResult($ABC->Command(100,100),"Someinfo")