Searched refs:SMTPAuthenticationError (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/test/net/smtp/
H A Dtest_response.rb79 assert_equal Net::SMTPAuthenticationError, res.exception_class
82 assert_equal Net::SMTPAuthenticationError, res.exception_class
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dsmtp.rb39 class SMTPAuthenticationError < ProtoAuthError class in class:Net
445 # * Net::SMTPAuthenticationError
507 # * Net::SMTPAuthenticationError
845 rescue SMTPAuthenticationError
854 raise SMTPAuthenticationError, "failed to deliver for #{unknown_users.join(', ')}"
963 raise SMTPAuthenticationError, res.message
1045 when /\A53/ then SMTPAuthenticationError

Completed in 119 milliseconds