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