Exception: MidiSmtpServer::Smtpd432Exception
- Inherits:
-
SmtpdException
- Object
- RuntimeError
- SmtpdException
- MidiSmtpServer::Smtpd432Exception
- Defined in:
- lib/midi-smtp-server/exceptions.rb
Overview
432 Password transition is needed
Instance Attribute Summary
Attributes inherited from SmtpdException
#smtpd_return_code, #smtpd_return_text
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ Smtpd432Exception
constructor
A new instance of Smtpd432Exception.
Methods inherited from SmtpdException
Constructor Details
#initialize(msg = nil) ⇒ Smtpd432Exception
Returns a new instance of Smtpd432Exception.
198 199 200 201 |
# File 'lib/midi-smtp-server/exceptions.rb', line 198 def initialize(msg = nil) # call inherited constructor super msg, 432, 'Password transition is needed' end |