mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-23 17:28:51 +02:00
9 lines
180 B
Python
9 lines
180 B
Python
"""Exceptions for Mikrotik Router."""
|
|
|
|
|
|
class OldLibrouteros(Exception):
|
|
"""Old librouteros version."""
|
|
|
|
|
|
class ApiEntryNotFound(Exception):
|
|
"""Old librouteros version."""
|