Help for this page

Select Code to Download


  1. or download this
    use Exception::Class::Nested (
      'MyException' => {
    ...
        }
      }
    );
    
  2. or download this
    package Exception::Class::Nested;
    use strict;
    ...
    with this module.
    
    =cut