mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-12-06 18:44:14 -05:00
6 lines
86 B
Python
6 lines
86 B
Python
"""Exceptions."""
|
|
|
|
|
|
class UnauthenticatedError(Exception):
|
|
"""Unauthenticated."""
|