handleExceptionsAndErrors method

Application handleExceptionsAndErrors(
  1. Set<ExceptionAndErrorResponse<FennecException, FennecError>> exceptionsHandler
)

Implementation

Application handleExceptionsAndErrors(
    Set<ExceptionAndErrorResponse> exceptionsHandler) {
  exceptionsAndErrosHandler = exceptionsHandler;
  return this;
}