NotFoundException constructor

const NotFoundException({
  1. String? message,
  2. Object? innerException,
})

Implementation

const NotFoundException({
  this.message,
  this.innerException,
});