__all__ = ["ETLError"] class ETLError(Exception): """ Base exception for all custom exceptions """ pass