UserNotFoundException constructor

UserNotFoundException(
  1. String message, {
  2. Object? cause,
})

Constructs a new instance of UserNotFoundException.

Implementation

UserNotFoundException(this.message, {this.cause});