The decl shouldn't be more 'lax' than the one in base.

This commit is contained in:
Vassil Vassilev 2016-04-11 23:33:01 +02:00 committed by sftnight
parent 2a78137bf1
commit c3480a086c

View File

@ -23,7 +23,7 @@ namespace cling {
///
class InterpreterException : public std::exception {
public:
virtual ~InterpreterException();
virtual ~InterpreterException() noexcept;
virtual const char* what() const throw();
virtual void diagnose() const {}