You are here

class Exception in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 src/Exception.php \Drupal\salesforce\Exception
  2. 5.0.x src/Exception.php \Drupal\salesforce\Exception

Class Exception.

@package Drupal\salesforce

Hierarchy

  • class \Drupal\salesforce\Exception extends \Drupal\salesforce\RuntimeException implements \Symfony\Component\Serializer\Exception\ExceptionInterface

Expanded class hierarchy of Exception

6 files declare their use of Exception
MappedObject.php in modules/salesforce_mapping/src/Entity/MappedObject.php
PullException.php in modules/salesforce_pull/src/PullException.php
RelatedIDs.php in modules/salesforce_mapping/src/Plugin/SalesforceMappingField/RelatedIDs.php
RestClient.php in src/Rest/RestClient.php
SalesforceMapping.php in modules/salesforce_mapping/src/Entity/SalesforceMapping.php

... See full list

File

src/Exception.php, line 12

Namespace

Drupal\salesforce
View source
class Exception extends \RuntimeException implements ExceptionInterface {

}

Members