Sha256: 038bc94b02faa10d5b4843ddf7e0e31f6ca4fd63b9643dd1582b6d739575335e

Contents?: true

Size: 142 Bytes

Versions: 40

Compression:

Stored size: 142 Bytes

Contents

module RestfulResource
  class ResourceIdMissingError < StandardError
    def message
      "You must pass the resource ID"
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
restful_resource-2.3.0 lib/restful_resource/resource_id_missing_error.rb
restful_resource-2.2.8 lib/restful_resource/resource_id_missing_error.rb
restful_resource-2.2.7 lib/restful_resource/resource_id_missing_error.rb
restful_resource-2.2.6 lib/restful_resource/resource_id_missing_error.rb
restful_resource-2.2.5 lib/restful_resource/resource_id_missing_error.rb
restful_resource-2.2.4 lib/restful_resource/resource_id_missing_error.rb
restful_resource-2.2.3 lib/restful_resource/resource_id_missing_error.rb
restful_resource-2.2.2 lib/restful_resource/resource_id_missing_error.rb
restful_resource-2.2.1 lib/restful_resource/resource_id_missing_error.rb
restful_resource-2.2.0 lib/restful_resource/resource_id_missing_error.rb
restful_resource-2.0.2 lib/restful_resource/resource_id_missing_error.rb
restful_resource-2.0.1 lib/restful_resource/resource_id_missing_error.rb
restful_resource-1.6.0 lib/restful_resource/resource_id_missing_error.rb
restful_resource-1.5.0 lib/restful_resource/resource_id_missing_error.rb
restful_resource-1.4.3 lib/restful_resource/resource_id_missing_error.rb
restful_resource-1.4.2 lib/restful_resource/resource_id_missing_error.rb
restful_resource-1.4.1 lib/restful_resource/resource_id_missing_error.rb
restful_resource-1.4.0 lib/restful_resource/resource_id_missing_error.rb
restful_resource-1.3.0 lib/restful_resource/resource_id_missing_error.rb
restful_resource-1.2.2 lib/restful_resource/resource_id_missing_error.rb