diff options
Diffstat (limited to 'format.h')
-rw-r--r-- | format.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -101,12 +101,7 @@ class format_t } }; -class format_error : public error { - public: - format_error(const string& reason, error_context * ctxt = NULL) throw() - : error(reason, ctxt) {} - virtual ~format_error() throw() {} -}; +DECLARE_EXCEPTION(format_exception); } // namespace ledger |