handleUserException

Handles user exceptions.

static if(isWeb)
void
handleUserException
(
Exception e
,
HTTPServerRequest request
,
HTTPServerResponse response
,
HTTPServerErrorInfo error
)

Parameters

e Exception

The exception, if any.

request HTTPServerRequest

The request.

response HTTPServerResponse

The response.

error HTTPServerErrorInfo

The error information, if any.

Meta