mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-21 00:25:48 +02:00
5 lines
106 B
Python
5 lines
106 B
Python
"""Exceptions for Mikrotik Router."""
|
|
|
|
|
|
class ApiEntryNotFound(Exception):
|
|
"""Api entry not found."""
|