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