AppExceptionMappingInterceptor constructor

AppExceptionMappingInterceptor({
  1. required AppLogger logger,
})

Creates a mapping interceptor that uses logger to warn on unmapped HTTP status codes.

Implementation

AppExceptionMappingInterceptor({required AppLogger logger}) : _logger = logger;