added exception ApiEntryNotFound

This commit is contained in:
tomaae 2019-12-07 21:20:36 +01:00
parent 8f8817a1f7
commit 6467673dce
2 changed files with 18 additions and 1 deletions

View file

@ -1,4 +1,9 @@
"""Exceptions for Mikrotik Router."""
class OldLibrouteros(Exception):
"""Old librouteros version."""
class ApiEntryNotFound(Exception):
"""Old librouteros version."""