diff options
Diffstat (limited to 'option.h')
-rw-r--r-- | option.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ void process_environment(const char ** envp, const string& tag, void process_arguments(int argc, char ** argv, const bool anywhere, scope_t& scope, std::list<string>& args); -DECLARE_EXCEPTION(error, option_error); +DECLARE_EXCEPTION(option_error, std::runtime_error); } // namespace ledger |