Method: Stomp::Error::ProtocolException#initialize
- Defined in:
- lib/stomp/errors.rb
#initialize(message) ⇒ ProtocolException
Returns a new instance of ProtocolException.
303 304 305 |
# File 'lib/stomp/errors.rb', line 303 def initialize() super() end |