Source code for etl_forge.exceptions

"""
Custom exceptions for the ETLForge library.
"""


[docs] class ETLForgeError(Exception): """Base exception for all ETLForge errors.""" pass