summaryrefslogtreecommitdiff
path: root/expr.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-02 23:34:28 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-02 23:34:28 -0400
commitdfc14dfff3dfc31e21ea7f11f9723de977d6c179 (patch)
tree14b5f9a8e7a2d4bebca02ecb946bf5a067677970 /expr.h
parent5a90fe735772fd4d52216ae76ddad893bce177e6 (diff)
downloadledger-dfc14dfff3dfc31e21ea7f11f9723de977d6c179.tar.gz
ledger-dfc14dfff3dfc31e21ea7f11f9723de977d6c179.tar.bz2
ledger-dfc14dfff3dfc31e21ea7f11f9723de977d6c179.zip
Re-enabled almost all of the old reporting code, which means it compiles now
within the new scheme.
Diffstat (limited to 'expr.h')
-rw-r--r--expr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/expr.h b/expr.h
index 8e1ee19a..8c110ad9 100644
--- a/expr.h
+++ b/expr.h
@@ -39,6 +39,7 @@ namespace ledger {
DECLARE_EXCEPTION(parse_error, std::runtime_error);
DECLARE_EXCEPTION(compile_error, std::runtime_error);
DECLARE_EXCEPTION(calc_error, std::runtime_error);
+DECLARE_EXCEPTION(usage_error, std::runtime_error);
class scope_t;
class call_scope_t;