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.7.6/lib/net/imap.rb, line 3697
def initialize(response)
@response = response
super @response.data.text
end
No documentation available