6 lines
119 B
Python
6 lines
119 B
Python
|
"""Errors for the madvr component."""
|
||
|
|
||
|
|
||
|
class CannotConnect(Exception):
|
||
|
"""Error to indicate we cannot connect."""
|