From dfc14dfff3dfc31e21ea7f11f9723de977d6c179 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 2 Aug 2008 23:34:28 -0400 Subject: Re-enabled almost all of the old reporting code, which means it compiles now within the new scheme. --- expr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'expr.h') 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; -- cgit v1.2.3