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

6 lines
106 B
Python
Raw Normal View History

"""Exceptions for Mikrotik Router."""
2019-12-07 21:20:36 +01:00
class ApiEntryNotFound(Exception):
"""Api entry not found."""