NotFoundException constructor

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

Implementation

NotFoundException(int code, [String? message])
    : super(message!, 'Not found: ', code);