"""Custom exceptions.""" class TransporterError(Exception): """Exception raised on error during transporter request.""" class TransporterResponseParseError(TransporterError): """Exception raised on transporter response parsing error."""