NotFoundException constructor

NotFoundException({
  1. String? message,
})

Implementation

NotFoundException({
  this.message,
});