1 # HOW TO EDIT THIS FILE:
2 # The "handy ruler" below makes it easier to edit a package description. Line
3 # up the first '|' above the ':' following the base package name, and the '|' on
4 # the right side marks the last column you can put a character in. You must make
5 # exactly 11 lines for the formatting to be correct. It's also customary to
6 # leave one space after the ':'.
8 |-----handy-ruler------------------------------------------------------|
9 Error: Error - Error/exception handling in an OO-ish way
11 Error: The Error package provides two interfaces. Firstly Error provides
12 Error: a procedural interface to exception handling. Secondly Error is a
13 Error: base class for errors/exceptions that can either be thrown, for
14 Error: subsequent catch, or can simply be recorded.