Sha256: 1853f96f962e1f820081c28ad16b5df381f81db37d15687c64f27410aa755905
Contents?: true
Size: 269 Bytes
Versions: 7
Compression:
Stored size: 269 Bytes
Contents
require_relative 'base' module Yardi module Error # Raised when a Yardi response is missing any real data. This can happen # when part of the authentication section of the request is missing or # invalid. class EmptyResponse < Base end end end
Version data entries
7 entries across 7 versions & 1 rubygems