Thun/implementations/Python/joy/utils/errors.py

6 lines
119 B
Python

class NotAListError(Exception): pass
class NotAnIntError(Exception): pass
class StackUnderflowError(Exception): pass