spekk.transformations.base.TransformedFunctionError

spekk.transformations.base.TransformedFunctionError#

exception spekk.transformations.base.TransformedFunctionError(original_exception: Exception, transformed_function: TransformedFunction, error_step: callable | TransformedFunction)[source]#

An error that occurred while calling a TransformedFunction.

It will print out the nested steps vertically and highlight the step that raised an exception along with the original exception.