klaasnicolaas/python-gridnet

View on GitHub
src/gridnet/exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Exceptions for GridNet."""


class GridNetError(Exception):
    """Generic GridNet exception."""


class GridNetConnectionError(GridNetError):
    """GridNet connection exception."""