Merge branch 'master' of https://github.com/cython/cython
[cython.git] / Cython / Compiler / Errors.py
index e2ec1d9e674ed098fe6bc6f41d9d24683d739c59..3d103de4130457e1bb6738fddcd2788cb2bebb84 100644 (file)
@@ -92,6 +92,10 @@ class CompilerCrash(CompileError):
             message += u'%s: %s' % (cause.__class__.__name__, cause)
         CompileError.__init__(self, pos, message)
 
+class NoElementTreeInstalledException(PyrexError):
+    """raised when the user enabled options.gdb_debug but no ElementTree 
+    implementation was found
+    """
 
 listing_file = None
 num_errors = 0