- or download this
use Exception::Class (
'My::Exception' => { description => 'simple exception'},
...
$e->show_trace(1);
warn $e->as_string;
}
- or download this
use Exception::Class (
'My::Exception' => { description => 'simple exception'},
...
$e->show_trace(1);
warn $e->as_string;
}