Sha256: 8b814dcfd6c09e9f6c421dd637a0711feedead6707a56a98636f41af1a6d87f4

Contents?: true

Size: 217 Bytes

Versions: 5

Compression:

Stored size: 217 Bytes

Contents

# frozen_string_literal: true

require_relative 'client_error'

module Easyship
  module Errors
    # Raised when Easyship returns the HTTP status code 404
    class ResourceNotFoundError < ClientError; end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
easyship-0.1.4 lib/easyship/errors/resource_not_found_error.rb
easyship-0.1.3 lib/easyship/errors/resource_not_found_error.rb
easyship-0.1.2 lib/easyship/errors/resource_not_found_error.rb
easyship-0.1.1 lib/easyship/errors/resource_not_found_error.rb
easyship-0.1.0 lib/easyship/errors/resource_not_found_error.rb