mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +00:00
inherit more exceptions from std::exception
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a38bf3e22f
commit
abd16740ce
11 changed files with 12 additions and 12 deletions
|
@ -29,7 +29,7 @@ class scanner;
|
|||
*/
|
||||
class simple_parser {
|
||||
protected:
|
||||
struct parser_error {};
|
||||
struct parser_error : public std::exception {};
|
||||
struct builtin_op {
|
||||
family_id m_family_id;
|
||||
decl_kind m_kind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue