Sha256: 5e2ee61441b391a5d102523ce98434a066dc2966defa554808f012ce4895dd0a

Contents?: true

Size: 216 Bytes

Versions: 7

Compression:

Stored size: 216 Bytes

Contents

require_relative 'error_response'

module Yardi
  module Error
    # Raised when a Yardi response contains error message about not finding
    # any guests.
    class GuestsNotFound < ErrorResponse
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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