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