From d8f5e6d74b386045a451ed20a3c250204be8946e Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 28 Jun 2014 15:57:48 +0200 Subject: [Lib] Update beaker.py to version 1.6.4 --- module/lib/beaker/exceptions.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'module/lib/beaker/exceptions.py') diff --git a/module/lib/beaker/exceptions.py b/module/lib/beaker/exceptions.py index cc0eed286..4f81e456d 100644 --- a/module/lib/beaker/exceptions.py +++ b/module/lib/beaker/exceptions.py @@ -1,9 +1,14 @@ """Beaker exception classes""" + class BeakerException(Exception): pass +class BeakerWarning(RuntimeWarning): + """Issued at runtime.""" + + class CreationAbortedError(Exception): """Deprecated.""" -- cgit v1.2.3