NotFoundException constructor

NotFoundException(
  1. String message, {
  2. Status? status,
})

Implementation

NotFoundException(super.message, {super.status}) : super(statusCode: 404);