handlers: Add fail_on_exception handler.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sat, 7 Aug 2010 18:48:53 +0000 (20:48 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 7 Aug 2010 18:48:53 +0000 (20:48 +0200)
This decorator is meant for methods on Action subclasses and records
failure when the decorated method throws an exception.


No differences found