telegram-bot/exceptions.py

11 lines
142 B
Python
Raw Normal View History

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