NotFound constructor

NotFound({
  1. String message = 'not found',
})

Implementation

NotFound({String message = 'not found'}) : super(message, 404);