class MidiSmtpServer::Smtpd452Exception

452 Requested action not taken: insufficient system storage

Public Class Methods

new(msg = nil) click to toggle source
Calls superclass method MidiSmtpServer::SmtpdException::new
# File lib/midi-smtp-server/exceptions.rb, line 84
def initialize(msg = nil)
  # call inherited constructor
  super msg, 452, 'Requested action not taken: insufficient system storage'
end