2Fake/devolo_plc_api

View on GitHub
devolo_plc_api/exceptions/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Exceptions used by the package."""
from .device import DeviceNotFound, DevicePasswordProtected, DeviceUnavailable
from .feature import FeatureNotSupported

__all__ = ["DeviceNotFound", "DevicePasswordProtected", "DeviceUnavailable", "FeatureNotSupported"]