didier/didier/exceptions/get_none_exception.py

6 lines
136 B
Python

__all__ = ["GetNoneException"]
class GetNoneException(RuntimeError):
"""Exception raised when a Bot.get()-method returned None"""