core/homeassistant/components/madvr/errors.py

6 lines
119 B
Python

"""Errors for the madvr component."""
class CannotConnect(Exception):
"""Error to indicate we cannot connect."""