MiddlewareAbortedException constructor

const MiddlewareAbortedException({
  1. String message = 'Middleware aborted the request',
})

Implementation

const MiddlewareAbortedException({
  this.message = 'Middleware aborted the request',
});