class Responsys::Exceptions::DisabledException

Public Class Methods

new() click to toggle source
# File lib/responsys/exceptions.rb, line 17
def initialize
  super("gem_is_disabled")
end