Exception: MidiSmtpServer::Tls454Exception

Inherits:
SmtpdException show all
Defined in:
lib/midi-smtp-server/exceptions.rb

Overview

454 TLS not available

Instance Attribute Summary

Attributes inherited from SmtpdException

#smtpd_return_code, #smtpd_return_text

Instance Method Summary collapse

Methods inherited from SmtpdException

#smtpd_result

Constructor Details

#initialize(msg = nil) ⇒ Tls454Exception

Returns a new instance of Tls454Exception.



260
261
262
263
# File 'lib/midi-smtp-server/exceptions.rb', line 260

def initialize(msg = nil)
  # call inherited constructor
  super msg, 454, 'TLS not available'
end