"""Sales Data ETL exceptions.""" class OWSError(Exception): """Error when an OWS call returns an error.""" pass