ExceptionHandlerTest extends TestCase
Table of Contents
testConstructor() | Test ExceptionHandler constructor | mixed |
---|---|---|
getRequest() | ServerRequestInterface | |
getResponse() | ResponseInterface | |
getException() | RuntimeException |
Methods
testConstructor()
Test ExceptionHandler constructor
public
testConstructor(
)
: mixed
Return values
mixedgetRequest()
private
getRequest(
)
: ServerRequestInterface
Return values
ServerRequestInterfacegetResponse()
private
getResponse(
)
: ResponseInterface
Return values
ResponseInterfacegetException()
private
getException(
)
: RuntimeException