Sha256: 2ade7f0533af1594f8cdac314d1f649e266f8e8722ad0468bffcf8fbf3b0799e
Contents?: true
Size: 304 Bytes
Versions: 11
Compression:
Stored size: 304 Bytes
Contents
module Google class HTTPRequestFailed < StandardError; end class HTTPAuthorizationFailed < StandardError; end class HTTPNotFound < StandardError; end class HTTPTooManyRedirections < StandardError; end class InvalidCalendar < StandardError; end class CalenarIDMissing < StandardError; end end
Version data entries
11 entries across 11 versions & 1 rubygems