Sha256: d20f166f7a4b01f549d5dff0179d0ec64788d434c1ffc7a235760498e9128f7d

Contents?: true

Size: 406 Bytes

Versions: 12

Compression:

Stored size: 406 Bytes

Contents

module OpenTok

  # Defines errors raised by methods of the OpenTok Ruby SDK.
  class OpenTokError < StandardError; end
  # Defines errors raised by archive-related methods of the OpenTok Ruby SDK.
  class OpenTokArchiveError < OpenTokError; end
  # Defines errors raised when you attempt an operation using an invalid OpenTok API key or secret.
  class OpenTokAuthenticationError < OpenTokError; end

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
opentok-2.4.1 lib/opentok/exceptions.rb
opentok-2.4.0 lib/opentok/exceptions.rb
opentok-2.4.0.beta.1 lib/opentok/exceptions.rb
opentok-2.3.4 lib/opentok/exceptions.rb
opentok-2.3.3 lib/opentok/exceptions.rb
opentok-2.3.2 lib/opentok/exceptions.rb
opentok-2.3.0 lib/opentok/exceptions.rb
opentok-2.2.4 lib/opentok/exceptions.rb
opentok-2.2.3 lib/opentok/exceptions.rb
opentok-2.2.2 lib/opentok/exceptions.rb
opentok-2.2.1 lib/opentok/exceptions.rb
opentok-2.2.0 lib/opentok/exceptions.rb