NotFoundException constructor

NotFoundException([
  1. String? message
])

Implementation

NotFoundException([String? message]) : super("Not Found: ", message);