summaryrefslogtreecommitdiff
path: root/src/options/option_exception.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-28 01:10:16 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-28 01:10:16 +0000
commitcf287f593931a1c4fc141e18845b4c5d36879889 (patch)
tree4dad0f555b7db01fbeedcd9eace394cd8f7a0fb4 /src/options/option_exception.h
parentb7b1c1d99ffa333704af2c8ecd60b1af8833a28b (diff)
Improved compatibility layer, now supports quantifiers. Also incorporates
numerous bugfixes, and the cvc3 system test is enabled.
Diffstat (limited to 'src/options/option_exception.h')
-rw-r--r--src/options/option_exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/option_exception.h b/src/options/option_exception.h
index 657bc7568..6aaa7d7e2 100644
--- a/src/options/option_exception.h
+++ b/src/options/option_exception.h
@@ -49,7 +49,7 @@ public:
}
UnrecognizedOptionException(const std::string& msg) :
- CVC4::OptionException(msg) {
+ CVC4::OptionException("Unrecognized informational or option key or setting: " + msg) {
}
};/* class UnrecognizedOptionException */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback