mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-10 01:14:33 +02:00
added exception ApiEntryNotFound
This commit is contained in:
parent
8f8817a1f7
commit
6467673dce
2 changed files with 18 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
"""Exceptions for Mikrotik Router."""
|
||||
|
||||
|
||||
class OldLibrouteros(Exception):
|
||||
"""Old librouteros version."""
|
||||
|
||||
|
||||
class ApiEntryNotFound(Exception):
|
||||
"""Old librouteros version."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue