ServerOptions.handleExceptions

Indicates whether the handler should catch exceptions. If set to true the server will return a 500 Internal Server Error upon catching an exception.

struct ServerOptions
bool handleExceptions;

Meta