class Salesforce::ObjectNotSupported

Public Class Methods

new(object_name) click to toggle source
Calls superclass method
# File lib/salesforce/errors.rb, line 12
def initialize(object_name)
  super("The #{object_name} is not supported in SalesForce")
end