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