NotFoundException constructor
NotFoundException(
- String message
Implementation
NotFoundException(super.message) : super(statusCode: 404);
NotFoundException(super.message) : super(statusCode: 404);