Exception: Stomp::Error::InvalidFormat

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

Overview

InvalidFormat is raised if:

  • During frame parsing if a malformed frame is detected.

Instance Method Summary collapse

Instance Method Details

#messageObject



27
28
29
# File 'lib/stomp/errors.rb', line 27

def message
  "Invalid message - invalid format"
end