On this page
Class TestExceptionRenderer
Test Exception Renderer.
Use this class if you want to re-throw exceptions that would otherwise be caught by the ErrorHandlerMiddleware. This is useful while debugging or writing integration test cases.
See: \Cake\TestSuite\IntegrationTestCase::disableErrorHandlerMiddleware()
Method Summary
__construct() public
Simply rethrow the given exception
render() public
Render the exception to a string or Http Response.
write() public
Part of upcoming interface requirements
Method Detail
__construct() public
__construct(Throwable $exception): void
Simply rethrow the given exception
Parameters
Throwable
$exception-
Exception.
Returns
void
Throws
Throwable
$exception Rethrows the passed exception.
render() public
render(): ResponseInterface
Render the exception to a string or Http Response.
Returns
ResponseInterface
write() public
write(Psr\Http\Message\ResponseInterface|string $output): void
Part of upcoming interface requirements
Parameters
Psr\Http\Message\ResponseInterface|string
$output-
The output or response to send.
Returns
void
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.4/class-Cake.TestSuite.Stub.TestExceptionRenderer.html