summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/errors.py
blob: ada69f30a1abd3756c62518fcd2a13606ce367e7 (plain) (blame)
1
2
3
4
5
6
""" Module to handle errors in Pythran. """


class PythranInternalError(Exception):

    """ Exception raise on Incorrect internal behavior in Pythran. """