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