Contents:
Integrations:
API Reference:
"""Base errors.""" [docs]class ImednetError(Exception): """Base exception for all iMednet SDK errors.""" pass