handleUserError

Handles user errors.

static if(isWeb)
void
handleUserError
(
Throwable t
,
HTTPServerRequest request
,
HTTPServerResponse response
,
HTTPServerErrorInfo error
)

Parameters

t Throwable

The throwable error, if any.

request HTTPServerRequest

The request.

response HTTPServerResponse

The response.

error HTTPServerErrorInfo

The error information, if any.

Meta