DataNotFound constructor
DataNotFound([
- dynamic message
Implementation
DataNotFound([message]) : super("Data Not Found: ", message);
DataNotFound([message]) : super("Data Not Found: ", message);