Inherit InterpreterException from MesonException.

pull/15/head
Jussi Pakkanen 12 years ago
parent 1725a03fda
commit 629d55e3c9
  1. 2
      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):

Loading…
Cancel
Save