class MidiSmtpServer::Tls454Exception

454 TLS not available

Public Class Methods

new(msg = nil) click to toggle source
Calls superclass method MidiSmtpServer::SmtpdException::new
# File lib/midi-smtp-server/exceptions.rb, line 260
def initialize(msg = nil)
  # call inherited constructor
  super msg, 454, 'TLS not available'
end