7 lines
81 B
Python
7 lines
81 B
Python
class StateExists(Exception):
|
|
pass
|
|
|
|
|
|
class StateInvalid(Exception):
|
|
pass
|