0d92c0abe6
some more methods for easier accessing the steps done to give the answer now also includes exeptions with handlers
10 lines
142 B
Python
10 lines
142 B
Python
class NoArgError(Exception):
|
|
pass
|
|
|
|
|
|
class StationNotFoundError(Exception):
|
|
pass
|
|
|
|
|
|
class ServerCommunicationError(Exception):
|
|
pass
|