public ExceptionMiddleware(RequestDelegate next, ErrorsInformation errorsInformation)
 {
     this.next = next;
     this.errorsInformation = errorsInformation;
 }
Example #2
0
 public FriendlyErrorResponseFactory(ErrorsInformation errorsInformation)
 {
     this.errorsInformation = errorsInformation;
 }