Sha256: c78833e7d9fc4732b82ea9a0879ddd7d3961d99a18635158dd30e84a03cdc635

Contents?: true

Size: 183 Bytes

Versions: 1

Compression:

Stored size: 183 Bytes

Contents

module Brightcove
  class CmsapiError < StandardError
  end

  # AuthenticationError is raised when the Oauth authentication fails
  class AuthenticationError < CmsapiError
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
brightcove-cmsapi-0.2.0 lib/brightcove/errors.rb