Superclass of all errors used to encapsulate “fail” responses from the server.
The response that caused this error
# File lib/net/imap.rb, line 3697 def initialize(response) @response = response super @response.data.text end
Exception::new
Ruby Core © 1993–2020 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.