CODE:
class UnexpectedToken(Exception): def __init__(self, token, index): self.token = token self.index = index s