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