Sha256: 962c58ba4994655f8859b51ada67a3a78ce31a3bd6b4796edcd7a9a8414f5bd7

Contents?: true

Size: 159 Bytes

Versions: 7

Compression:

Stored size: 159 Bytes

Contents

require_relative 'error_response'

module Yardi
  module Error
    # Raised when Yardi responds with a 404
    class ResourceNotFound < Base
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
yardi-4.11.4 lib/yardi/error/resource_not_found.rb
yardi-4.11.3 lib/yardi/error/resource_not_found.rb
yardi-5.0.1 lib/yardi/error/resource_not_found.rb
yardi-4.11.2 lib/yardi/error/resource_not_found.rb
yardi-4.11.1 lib/yardi/error/resource_not_found.rb
yardi-4.11.0 lib/yardi/error/resource_not_found.rb
yardi-4.0.8 lib/yardi/error/resource_not_found.rb