NotFoundException constructor

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

Implementation

NotFoundException([String? message, String? url])
    : super(message, '404 Not found', url);