Source code for gatenlp.exceptions

"""Gather together exceptions for the GATE compatibility library"""


[docs]class InvalidOffsetException(KeyError): pass