Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::NoResponseErrorクラス

class Net::IMAP::NoResponseError

クラスの継承リスト: Net::IMAP::NoResponseError < Net::IMAP::ResponseError < Net::IMAP::Error < StandardError < Exception < Object < Kernel < BasicObject

Abstract

Error raised upon a "NO" response from the server, indicating that the client command could not be completed successfully.

Methods

Classes