mirror of
https://github.com/home-assistant/core.git
synced 2025-06-28 00:47:10 +00:00
8 lines
182 B
Python
8 lines
182 B
Python
"""Errors for the Wyoming integration."""
|
|
|
|
from homeassistant.exceptions import HomeAssistantError
|
|
|
|
|
|
class WyomingError(HomeAssistantError):
|
|
"""Base class for Wyoming errors."""
|