class Exception in Salesforce Suite 8.4
Same name and namespace in other branches
- 8.3 src/Exception.php \Drupal\salesforce\Exception
- 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
8 files declare their use of Exception
- MappedObject.php in modules/
salesforce_mapping/ src/ Entity/ MappedObject.php - MappedObjectTest.php in modules/
salesforce_mapping/ tests/ src/ Unit/ MappedObjectTest.php - PullException.php in modules/
salesforce_pull/ src/ PullException.php - RelatedIDs.php in modules/
salesforce_mapping/ src/ Plugin/ SalesforceMappingField/ RelatedIDs.php - RelatedTermString.php in modules/
salesforce_mapping/ src/ Plugin/ SalesforceMappingField/ RelatedTermString.php
File
- src/
Exception.php, line 12
Namespace
Drupal\salesforceView source
class Exception extends \RuntimeException implements ExceptionInterface {
}