Sha256: e086e6a74dcce77e59c25eeacb3072fc17751b3860cae546ea6776df9b8eddef
Contents?: true
Size: 513 Bytes
Versions: 14
Compression:
Stored size: 513 Bytes
Contents
module CopycopterClient # Raised when an error occurs while contacting the Copycopter server. This is # raised by {Client} and generally rescued by {Sync}. The application will # not encounter this error. Polling will continue even if this error is raised. class ConnectionError < StandardError end # Raised when the client is configured with an api key that the Copycopter # server does not recognize. Polling is aborted when this error is raised. class InvalidApiKey < StandardError end end
Version data entries
14 entries across 14 versions & 1 rubygems