NotFound constructor

NotFound({
  1. Object? data,
})

Implementation

NotFound({
  Object? data,
}) : super(HttpStatus.notFound, data: data);