tomaae.homeassistant-mikrot.../custom_components/mikrotik_router/exceptions.py

5 lines
106 B
Python

"""Exceptions for Mikrotik Router."""
class ApiEntryNotFound(Exception):
"""Api entry not found."""