Sha256: da325e63c911c490cb03f419c737fea248a23f9ef1770530687f98ee66771ed2

Contents?: true

Size: 210 Bytes

Versions: 18

Compression:

Stored size: 210 Bytes

Contents

module Hyperdrive
  module Errors
    class NotFound < HTTPError
      def initialize
        @message = 'The requested resource could not be found.'
        @http_status_code = 404
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hyperdrive-0.0.25 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.24 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.23 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.22 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.21 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.20 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.19 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.18 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.17 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.16 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.15 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.14 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.13 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.12 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.11 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.10 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.9 lib/hyperdrive/errors/not_found.rb
hyperdrive-0.0.8 lib/hyperdrive/errors/not_found.rb