Sha256: 87f71c054ea44240bc7ab5a185d72f1e57e15bcdf6691654399bced40e4a4ea7

Contents?: true

Size: 271 Bytes

Versions: 6

Compression:

Stored size: 271 Bytes

Contents

require 'routemaster/client/errors'

module Routemaster
  module Client
    module Backends
      class MissingAsynchronous
        class << self
          def send_event(*)
            raise MissingAsyncBackendError
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
routemaster-client-3.2.3 routemaster/client/backends/missing_asynchronous.rb
routemaster-client-3.2.0 routemaster/client/backends/missing_asynchronous.rb
routemaster-client-3.1.2 routemaster/client/backends/missing_asynchronous.rb
routemaster-client-3.1.1 routemaster/client/backends/missing_asynchronous.rb
routemaster-client-3.1.0 routemaster/client/backends/missing_asynchronous.rb
routemaster-client-3.0.0 routemaster/client/backends/missing_asynchronous.rb