Class
Superclass of all errors used to encapsulate “fail” responses from the server.
Attributes
Read & Write
The response that caused this error
Class Methods
lib/net/imap.rb
View on GitHub
# File tmp/rubies/ruby-2.5.9/lib/net/imap.rb, line 3692
def initialize(response)
@response = response
super @response.data.text
end
No documentation available