method
check_auth_response
v2_1_10 -
Show latest stable
- Class:
Net::SMTP
check_auth_response(res)private
No documentation available.
# File lib/net/smtp.rb, line 967
def check_auth_response(res)
unless res.success?
raise SMTPAuthenticationError, res.message
end
end