Sha256: e3d9444806990248bfa5f36ea12ed262c6bbcc94f465d050e6aada4d93df859f

Contents?: true

Size: 176 Bytes

Versions: 11

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

11 entries across 11 versions & 1 rubygems

Version Path
alephant-broker-3.19.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.19.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.18.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.17.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.16.2 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.16.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.16.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.15.2 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.15.1 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.15.0 lib/alephant/broker/errors/content_not_found.rb
alephant-broker-3.14.0 lib/alephant/broker/errors/content_not_found.rb