reportProblem

open suspend override fun reportProblem(exception: Throwable)(source)

Reports a problem by throwing the exception.

In a testing environment, this behavior makes exceptions visible to the test framework, allowing tests to catch and verify expected exceptions.

Parameters

exception

The exception to report

Throws

The same exception that was passed in