mirror of
https://github.com/home-assistant/core.git
synced 2025-05-17 12:29:16 +00:00
7 lines
192 B
Python
7 lines
192 B
Python
"""Exceptions for the Reolink Camera integration."""
|
|
from homeassistant.exceptions import HomeAssistantError
|
|
|
|
|
|
class UserNotAdmin(HomeAssistantError):
|
|
"""Raised when user is not admin."""
|