This website requires JavaScript.
Explore
Help
Sign in
mirror.MikroTik
/
tomaae.homeassistant-mikrotik_router
Watch
1
Star
0
Fork
You've already forked tomaae.homeassistant-mikrotik_router
0
mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced
2025-06-21 00:25:48 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
e70dcc196d
tomaae.homeassistant-mikrot...
/
custom_components
/
mikrotik_router
/
exceptions.py
6 lines
106 B
Python
Raw
Normal View
History
Unescape
Escape
added check for old librouteros version in case of conflict with other extensions #2
2019-12-07 20:11:09 +01:00
"""
Exceptions for Mikrotik Router.
"""
added exception ApiEntryNotFound
2019-12-07 21:20:36 +01:00
class
ApiEntryNotFound
(
Exception
)
:
removed library check since it is now included in the integration #2
2019-12-08 09:09:31 +01:00
"""
Api entry not found.
"""
Reference in a new issue
Copy permalink