Sha256: 900ddf17399091631844892a73d89d7b87949604d120e536b88d58add2d0d007
Contents?: true
Size: 361 Bytes
Versions: 3
Compression:
Stored size: 361 Bytes
Contents
module Webex # Generic WebexError exception class. class WebexError < StandardError; end class ConfigurationError < WebexError; end class BackTypeError < ConfigurationError; end class MissingOption < WebexError; end class PartnerError < WebexError; end class RegistrationError < WebexError; end class LengthError < RegistrationError; end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
webex-0.0.3 | lib/webex/error/errors.rb |
webex-0.0.2 | lib/webex/error/errors.rb |
webex-0.0.1 | lib/webex/error/errors.rb |