Stomp::Error::StompException
# File lib/stomp/errors.rb, line 255 def initialize(timeout) @timeout = timeout end
# File lib/stomp/errors.rb, line 259 def message "Client failed to start in #{@timeout} seconds" end