Exception: Riemann::Tools::TLSCheck::UnexpectedMessage

Inherits:
StandardError
  • Object
show all
Defined in:
lib/riemann/tools/tls_check.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UnexpectedMessage

Returns a new instance of UnexpectedMessage.



222
223
224
# File 'lib/riemann/tools/tls_check.rb', line 222

def initialize(msg)
  super(%(Unexpected message: "#{msg.chomp}"))
end