DataNotFound constructor

DataNotFound([
  1. dynamic message
])

Implementation

DataNotFound([message]) : super("Data Not Found: ", message);