Exception: Stomp::Error::StompServerError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/stomp/errors.rb

Overview

StompServerError is raised if:

  • Invalid (nil) data is received from the Stomp server.

Instance Method Summary collapse

Instance Method Details

#messageObject



182
183
184
# File 'lib/stomp/errors.rb', line 182

def message
  "Connected, header read is nil, is this really a Stomp Server?"
end