From 1d98f0160da68be27dcb46ae653e6cc4692a5bbe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 19 Sep 2011 16:52:01 +0200 Subject: Rename generation_failed exception to operation_failed A more generic name is required since it is now used in both generator and processor (and in the future may be used validator). --- odb/processor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/processor.cxx') diff --git a/odb/processor.cxx b/odb/processor.cxx index 601b6c1..4ace44b 100644 --- a/odb/processor.cxx +++ b/odb/processor.cxx @@ -25,7 +25,7 @@ process (options const& ops, semantics::unit& unit, semantics::path const&) relational::process (); } } - catch (generation_failed const&) + catch (operation_failed const&) { // Processing failed. Diagnostics has already been issued. // -- cgit v1.1