UserNotFoundException constructor

UserNotFoundException()

Implementation

UserNotFoundException()
  : super('No user found with this email', AuthException.userNotFoundCode);