From 7f2def89715a7ec663afa0e7342d6a4fa8d5b316 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 15 Feb 2017 14:52:53 +0100 Subject: Analysis refactoring. --- libsolidity/interface/Exceptions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsolidity/interface/Exceptions.h') diff --git a/libsolidity/interface/Exceptions.h b/libsolidity/interface/Exceptions.h index 81716c41..71699da8 100644 --- a/libsolidity/interface/Exceptions.h +++ b/libsolidity/interface/Exceptions.h @@ -55,6 +55,8 @@ public: explicit Error(Type _type); + Error(Type _type, std::string const& _description, SourceLocation const& _location = SourceLocation()); + Type type() const { return m_type; } std::string const& typeName() const { return m_typeName; } -- cgit