112113114115116117118119120121122
throw new BadCellException(cell, "Cell format invalid"); } if (!validatePassword(password)) { throw new BadPasswordLengthException(password, "Password is too short"); } if (!validatePasswordConfirmation(password, confirmPassword)) {