Sha256: 905692ea11b7e44d72c7bb162276777a0ce1ba9d9d40f74be4e64730b4847d53
Contents?: true
Size: 233 Bytes
Versions: 17
Compression:
Stored size: 233 Bytes
Contents
# frozen_string_literal: true module ZohoHub class RecordNotFound < StandardError end class RecordInvalid < StandardError end class InvalidTokenError < StandardError end class ZohoAPIError < StandardError end end
Version data entries
17 entries across 17 versions & 1 rubygems