RSS | Module Info | Add a review of Exception-Class

2 out of 2 found this review helpful:

Exception-Class (1.23) *****

It's a nice system for handling exceptions in larger systems-- it's what I'm using now.

I have some sense there's a way to make it simpler, but it certainly works well enough.

Mark Stosberg - 2007-01-12 08:03:02
Was this review helpful to you?  Yes No

5 out of 5 found this review helpful:

Exception-Class (1.22) *****

It's Perlish! It's sophisticated exceptions! It's not a contradiction!

Like so much Rolskyware, Exception::Class provides a well-engineered and very customizable system for doing something that most large software needs: error trapping. It has an optimal interface (especially with the addition of Foo->caught), a simple and Perlish way to define exception hierarchies, and reasonable default behavior. Use it.

Ricardo SIGNES - 2005-11-04 18:34:07
Was this review helpful to you?  Yes No

2 out of 2 found this review helpful:

Exception-Class (1.19) *****

Excellent functionality for when you want to pass around specific information in a die(). The $@ is still stringified in a useful way.

Easy-to-use API for defining your own exceptions.

Johan Lindstr�m - 2004-04-12 16:51:42
Was this review helpful to you?  Yes No

2 out of 2 found this review helpful:

Exception-Class (1.15) *****

Allows you to declare multiple exception classes concisely. API documented well. Easy to override default behaviour when you need to.

Adrian Howard - 2003-09-18 09:38:50
Was this review helpful to you?  Yes No


the camel