NotFoundException constructor

const NotFoundException(
  1. String message, {
  2. int? statusCode,
  3. Map<String, dynamic>? details,
  4. String? resourceType,
  5. String? resourceId,
})

Creates a new NotFoundException

Implementation

const NotFoundException(super.message, {super.statusCode, super.details, this.resourceType, this.resourceId});