Skip to main content

fail_unpickleable

Task that raises an unpickleable exception.

def fail_unpickleable(
foo: any,
bar: any
) - > null

Task that raises an unpickleable exception.

Parameters

NameTypeDescription
fooanyThe first positional argument passed to the unpickleable exception constructor
baranyThe second positional argument passed to the unpickleable exception constructor

Returns

TypeDescription
nullThis function does not return a value as it always raises an exception.