Exception: Stomp::Error::UnsupportedProtocolError

Inherits:
ProtocolError11p show all
Defined in:
lib/stomp/errors.rb

Overview

UnsupportedProtocolError is raised if:

  • No supported Stomp protocol levels are detected during a connect.

Instance Method Summary collapse

Instance Method Details

#messageObject



118
119
120
# File 'lib/stomp/errors.rb', line 118

def message
  "unsupported protocol level(s)"
end