mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-23 01:08:55 +02:00
4 lines
107 B
Python
4 lines
107 B
Python
"""Exceptions for Mikrotik Router."""
|
|
|
|
class OldLibrouteros(Exception):
|
|
"""Old librouteros version."""
|