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