NotFoundException constructor

NotFoundException(
  1. String message, {
  2. String? resourceId,
})

Implementation

NotFoundException(this.message, {this.resourceId});