Exception: Net::IMAP::ByeResponseError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
ResponseError ,
Error ,
StandardError
|
|
Instance Chain:
self,
ResponseError ,
Error ,
StandardError
|
|
Inherits: |
Net::IMAP::ResponseError
|
Defined in: | lib/net/imap/errors.rb |
Overview
Error
raised upon a “BYE” response from the server, indicating that the client is not being allowed to login, or has been timed out due to inactivity.
Class Method Summary
ResponseError
- Inherited
Instance Attribute Summary
ResponseError
- Inherited
#response | The response that caused this error. |
Constructor Details
This class inherits a constructor from Net::IMAP::ResponseError