Contents:
""" Custom exceptions for the ETLForge library. """ [docs] class ETLForgeError(Exception): """Base exception for all ETLForge errors.""" pass