class MidiSmtpServer::Smtpd450Exception
450 Requested mail action not taken: mailbox unavailable
e.g. mailbox busy
Public Class Methods
new(msg = nil)
click to toggle source
Calls superclass method
MidiSmtpServer::SmtpdException::new
# File lib/midi-smtp-server/exceptions.rb, line 64 def initialize(msg = nil) # call inherited constructor super msg, 450, 'Requested mail action not taken: mailbox unavailable' end