UserIsAlreadyVerifiedException constructor

UserIsAlreadyVerifiedException()

Implementation

UserIsAlreadyVerifiedException()
    : super(
        'user is already verified',
        ErrorCodes.userAlreadyVerified,
        errorCode: 409,
      );