UserProfileNotFoundException constructor

UserProfileNotFoundException(
  1. UuidValue authUserId
)

Creates a new UserProfileNotFoundException object.

Implementation

UserProfileNotFoundException(this.authUserId);