Sha256: 153d0651060341263d46c5dc894a979286abd4f5d89662b834461459e1f756a5

Contents?: true

Size: 176 Bytes

Versions: 37

Compression:

Stored size: 176 Bytes

Contents

module Alephant
  module Broker
    module Errors
      class ContentNotFound < StandardError
        def message
          'Not Found'
        end
      end
    end
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
alephant-broker-3.4.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.4.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.3.2 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.3.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.3.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.2.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.1.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.1.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.0.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.0.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-2.1.3 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-2.1.2 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-2.1.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-2.1.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-2.0.3 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-2.0.2 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-2.0.1 lib/alephant/broker/errors/content_not_found.rb