> On the use of Exceptions in P5EE, Perrin Harkins mentioned
> in his article about the e-Toys mod_perl installation that he
> used Graham Barr's "Error" class (which I could find nowhere
> on CPAN).

It's there.  It has a new maintainer.

http://search.cpan.org/search?dist=Error


> Is there a consensus on what exception class/framework we should
> be using in P5EE?

Either one is fine.  Just don't use the try/catch syntax from Error.pm.
Come to think of it, maybe it would be better not to use Error.pm, so that
people aren't tempted to use try/catch.

Matt wrote a nice presentation on this subject for TPC which also taught me
about using fatal.pm, a very handy module.

- Perrin

Reply via email to