class Net::IMAP::ResponseError

from the server.
Superclass of all errors used to encapsulate “fail” responses

def initialize(response)

def initialize(response)
  @response = response
  super @response.data.text
end