NotFoundException constructor

NotFoundException([
  1. String message = 'Resource not found'
])

Creates a new NotFoundException.

Implementation

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