fail_unpickleable
Task that raises an unpickleable exception.
def fail_unpickleable(
foo: any,
bar: any
) - > null
Task that raises an unpickleable exception.
Parameters
| Name | Type | Description |
|---|---|---|
| foo | any | The first positional argument passed to the unpickleable exception constructor |
| bar | any | The second positional argument passed to the unpickleable exception constructor |
Returns
| Type | Description |
|---|---|
null | This function does not return a value as it always raises an exception. |