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 raised when the Bailo API returns a non-JSON response."""