NotFoundException constructor

NotFoundException(
  1. [String? message,
  2. String? url]
)

Implementation

NotFoundException([String? message, String? url])
    : super(message, 'Page not found', url);