class Responsys::Exceptions::DisabledException
Public Class Methods
new()
click to toggle source
Calls superclass method
Responsys::Exceptions::BaseException::new
# File lib/responsys/exceptions.rb, line 17 def initialize super("gem_is_disabled") end