Help for this page

Select Code to Download


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