Source code for bailo.core.exceptions

from __future__ import annotations


[docs] class BailoException(Exception): """General exception for Bailo response errors."""
[docs] class ResponseException(Exception): """Exception used if an endpoint gave no response."""