class Net::IMAP::ResponseError
Superclass of all errors used to encapsulate “fail” responses from the server.
Attributes
The response that caused this error
Public Class Methods
Source
# File lib/net/imap/errors.rb, line 31 def initialize(response) @response = response super @response.data.text end
Calls superclass method