NotFoundException constructor
NotFoundException([
- String message = 'Resource not found'
Creates a new NotFoundException.
Implementation
NotFoundException([String message = 'Resource not found']) : super(404, message);