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