core/homeassistant/components/reolink/exceptions.py

7 lines
192 B
Python
Raw Normal View History

"""Exceptions for the Reolink Camera integration."""
from homeassistant.exceptions import HomeAssistantError
class UserNotAdmin(HomeAssistantError):
"""Raised when user is not admin."""