diff options
Diffstat (limited to 'interpreter.py')
-rwxr-xr-x | interpreter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter.py b/interpreter.py index fe4af40..7308573 100755 --- a/interpreter.py +++ b/interpreter.py @@ -21,7 +21,7 @@ import coredata import dependencies import os, sys, platform, copy -class InterpreterException(Exception): +class InterpreterException(coredata.MesonException): pass class InvalidCode(InterpreterException): |