6 lines
119 B
Python
6 lines
119 B
Python
class NotAListError(Exception): pass
|
|
class NotAnIntError(Exception): pass
|
|
class StackUnderflowError(Exception): pass
|
|
|
|
|