fail_replaced
Replace this task with one which raises ExpectedException.
def fail_replaced(
*args: any
) - > null
Replace this task with one which raises ExpectedException.
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Positional arguments passed to the replacement 'fail' task. |
Returns
| Type | Description |
|---|---|
null | This method does not return a value as it raises a task replacement exception. |