Net::IMAP::ResponseError
Net::IMAP::ResponseError类
Parent:Net::IMAP::Error
用于封装来自服务器的“失败”响应的所有错误的超类。
属性
responseRW
导致此错误的响应
公共类方法
new(response) Show source
调用超类方法Exception.new
# File lib/net/imap.rb, line 3615
def initialize(response)
@response = response
super @response.data.text
end