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.13.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.12.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.11.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.10.2 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.10.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.10.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.9.2 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.9.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.9.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.8.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.7.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.7.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.6.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.6.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.5.5 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.5.4 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.5.3 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.5.2 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.5.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.5.0 lib/alephant/broker/errors/content_not_found.rb