Exception: Responsys::Exceptions::DisabledException

Inherits:
BaseException
  • Object
show all
Defined in:
lib/responsys/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeDisabledException

Returns a new instance of DisabledException.



17
18
19
# File 'lib/responsys/exceptions.rb', line 17

def initialize
  super("gem_is_disabled")
end