NotFoundException constructor

NotFoundException([
  1. dynamic message
])

Implementation

NotFoundException([dynamic message]) : super(message);