NotFoundException constructor
NotFoundException(
- String message, {
- Status? status,
Implementation
NotFoundException(super.message, {super.status}) : super(statusCode: 404);
NotFoundException(super.message, {super.status}) : super(statusCode: 404);