"""Non-ETL Level Exceptions.""" class EmptyGeneratorError(Exception): """Exception to raise when a generator yielding data has no data.""" pass