core/homeassistant/components/dwd_weather_warnings/exceptions.py

8 lines
215 B
Python

"""Exceptions for the dwd_weather_warnings integration."""
from homeassistant.exceptions import HomeAssistantError
class EntityNotFoundError(HomeAssistantError):
"""When a referenced entity was not found."""