telegram-bot/exceptions.py
JuliusFreudenberger 0d92c0abe6 Further externalization and exceptions
some more methods for easier accessing the steps done to give the answer
now also includes exeptions with handlers
2019-10-17 19:03:09 +02:00

10 lines
142 B
Python

class NoArgError(Exception):
pass
class StationNotFoundError(Exception):
pass
class ServerCommunicationError(Exception):
pass