class IdentityNotFoundException in Salesforce Suite 8.4
Same name and namespace in other branches
- 5.0.x src/IdentityNotFoundException.php \Drupal\salesforce\IdentityNotFoundException
Class IdentityNotFoundException extends Runtime Exception.
Thrown when an auth provider does not have a properly initialized identity.
Hierarchy
- class \Drupal\salesforce\IdentityNotFoundException extends \Drupal\salesforce\RuntimeException
Expanded class hierarchy of IdentityNotFoundException
1 file declares its use of IdentityNotFoundException
- RestClient.php in src/
Rest/ RestClient.php
File
- src/
IdentityNotFoundException.php, line 10
Namespace
Drupal\salesforceView source
class IdentityNotFoundException extends \RuntimeException {
}