NotFoundException constructor
NotFoundException(
- String message
Creates a NotFoundException with the given error message.
Implementation
NotFoundException(String message) : super(message, statusCode: 404);