Exception: Salesforce::ObjectNotSupported

Inherits:
StandardError
  • Object
show all
Defined in:
lib/salesforce/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(object_name) ⇒ ObjectNotSupported

Returns a new instance of ObjectNotSupported.



12
13
14
# File 'lib/salesforce/errors.rb', line 12

def initialize(object_name)
  super("The #{object_name} is not supported in SalesForce")
end