Exception: Net::IMAP::LoginDisabledError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Error ,
StandardError
|
|
Instance Chain:
self,
Error ,
StandardError
|
|
Inherits: |
Net::IMAP::Error
|
Defined in: | lib/net/imap/errors.rb |
Class Method Summary
Constructor Details
.new(msg = "Remote server has disabled the LOGIN command") ⇒ LoginDisabledError
# File 'lib/net/imap/errors.rb', line 11
def initialize(msg = "Remote server has disabled the LOGIN command", ...) super end