public ProviderExecutionException(message as String = ""):
Creates this framework exception.
| Parameter | Description |
|---|---|
message | Human-readable failure description. |
error = ProviderExecutionException("Provider execution failed")
assert error.message == "Provider execution failed"