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.



224
225
226
# File 'lib/riemann/tools/tls_check.rb', line 224

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