From: Matthijs Kooijman Date: Sat, 7 Aug 2010 18:48:53 +0000 (+0200) Subject: handlers: Add fail_on_exception handler. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=96f1913c89c0d934c9b75ff9fae2c0eda44e4823;hp=96f1913c89c0d934c9b75ff9fae2c0eda44e4823;p=matthijs%2Fprojects%2Fbackupninja.git handlers: Add fail_on_exception handler. This decorator is meant for methods on Action subclasses and records failure when the decorated method throws an exception. ---