You are here

class IdentityNotFoundException in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 src/IdentityNotFoundException.php \Drupal\salesforce\IdentityNotFoundException

Class IdentityNotFoundException extends Runtime Exception.

Thrown when an auth provider does not have a properly initialized identity.

Hierarchy

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\salesforce
View source
class IdentityNotFoundException extends \RuntimeException {

}

Members