Exception: Responsys::Exceptions::DisabledException
- Inherits:
-
BaseException
- Object
- Exception
- BaseException
- Responsys::Exceptions::DisabledException
- Defined in:
- lib/responsys/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ DisabledException
constructor
A new instance of DisabledException.
Constructor Details
#initialize ⇒ DisabledException
Returns a new instance of DisabledException.
17 18 19 |
# File 'lib/responsys/exceptions.rb', line 17 def initialize super("gem_is_disabled") end |