aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinterpreter.py2
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):