class Stomp::Error::MalformedFailoverOptionsError
MalformedFailoverOptionsError is raised if failover URL options can not be parsed
Public Instance Methods
message()
click to toggle source
# File lib/stomp/errors.rb, line 252 def message "failover options are malformed" end