Sha256: b5256c5b05940f62cf65682085dac09ac1e60bf58114fd019b605d082b95e799
Contents?: true
Size: 552 Bytes
Versions: 19
Compression:
Stored size: 552 Bytes
Contents
module CopyTunerClient # Raised when an error occurs while contacting the CopyTuner server. This is # raised by {Client} and generally rescued by {Cache}. 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 CopyTuner # server does not recognize. Polling is aborted when this error is raised. class InvalidApiKey < StandardError end class IgnoredKey < StandardError end end
Version data entries
19 entries across 19 versions & 1 rubygems