flowcraft.generator.error_handling module

exception flowcraft.generator.error_handling.ProcessError(value)[source]

Bases: Exception

exception flowcraft.generator.error_handling.SanityError(value)[source]

Bases: Exception

Class to raise a custom error for sanity checks

exception flowcraft.generator.error_handling.InspectionError(value)[source]

Bases: Exception

exception flowcraft.generator.error_handling.ReportError(value)[source]

Bases: Exception

exception flowcraft.generator.error_handling.RecipeError(value)[source]

Bases: Exception

exception flowcraft.generator.error_handling.LogError(value)[source]

Bases: Exception