Help for this page

Select Code to Download


  1. or download this
    use Exception::Class (
            'MyExceptions::Test' => {                  
    ...
    
    no Moose::Util::TypeConstraints;
    1;
    
  2. or download this
    MyExceptions::ExceptionTest->throw( message => $data )
    
  3. or download this
     if ( my $ex = $@ )
    {
    ...
       print $e->message;
      }
     }