123456789_123456789_123456789_123456789_123456789_

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

[ GitHub ]

  
# File 'lib/net/imap/errors.rb', line 11

def initialize(msg = "Remote server has disabled the LOGIN command", ...)
  super
end