class Net::IMAP::SASL::AuthenticationIncomplete
Indicates that authentication cannot proceed because the server ended authentication prematurely.
Attributes
The success response from the server
Public Class Methods
Source
# File lib/net/imap/sasl.rb, line 123 def initialize(response, message = "authentication ended prematurely") super(message) @response = response end
Calls superclass method