commit | a3152745414dacd9c2b8bafcfdffb670ebe6c5ff | [log] [tgz] |
---|---|---|
author | Benjamin Wiegand <highwaychile@bluevaria.de> | Mon Apr 28 18:07:52 2008 +0200 |
committer | Benjamin Wiegand <highwaychile@bluevaria.de> | Mon Apr 28 18:07:52 2008 +0200 |
tree | 4f8237825c4906ab406c526f6ba3762b8bb79758 | |
parent | 157531b5c5c9422fd9d5d9d699a2c1b966fcfc54 [diff] [blame] |
fixed some NameErrors --HG-- branch : trunk
diff --git a/jinja2/exceptions.py b/jinja2/exceptions.py index 0bbe33e..b0853c4 100644 --- a/jinja2/exceptions.py +++ b/jinja2/exceptions.py
@@ -45,3 +45,9 @@ class TemplateRuntimeError(TemplateError): """A runtime error.""" + + +class FilterArgumentError(Exception): + """This error is raised if a filter was called with inappropriate + arguments + """