NotFoundException constructor

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

Implementation

NotFoundException([String message = 'Not found']) {
  _message = message;
}