class MidiSmtpServer::Smtpd432Exception

432 Password transition is needed

Public Class Methods

new(msg = nil) click to toggle source
Calls superclass method MidiSmtpServer::SmtpdException::new
# File lib/midi-smtp-server/exceptions.rb, line 198
def initialize(msg = nil)
  # call inherited constructor
  super msg, 432, 'Password transition is needed'
end