IdentityNotFoundException.php in Salesforce Suite 8.4
Same filename and directory in other branches
Namespace
Drupal\salesforceFile
src/IdentityNotFoundException.phpView source
<?php
namespace Drupal\salesforce;
/**
* Class IdentityNotFoundException extends Runtime Exception.
*
* Thrown when an auth provider does not have a properly initialized identity.
*/
class IdentityNotFoundException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
IdentityNotFoundException | Class IdentityNotFoundException extends Runtime Exception. |