Class Stomp::Error::NoCurrentConnection
In: lib/stomp/errors.rb
Parent: RuntimeError

NoCurrentConnection is raised if:

  • Any method is called when a current connection does not exist.
  • And @closed_check is true (the default).

Methods

message  

Public Instance methods

[Validate]