Exception: Responsys::Exceptions::BaseException
- Inherits:
-
Exception
- Object
- Exception
- Responsys::Exceptions::BaseException
- Defined in:
- lib/responsys/exceptions.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message_key = nil) ⇒ BaseException
constructor
A new instance of BaseException.
Constructor Details
#initialize(message_key = nil) ⇒ BaseException
Returns a new instance of BaseException.
4 5 6 7 8 9 10 |
# File 'lib/responsys/exceptions.rb', line 4 def initialize( = nil) if .nil? super else super(Responsys::Helper.()) end end |