You are here

IdentityNotFoundException.php in Salesforce Suite 5.0.x

Same filename and directory in other branches
  1. 8.4 src/IdentityNotFoundException.php

Namespace

Drupal\salesforce

File

src/IdentityNotFoundException.php
View 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

Namesort descending Description
IdentityNotFoundException Class IdentityNotFoundException extends Runtime Exception.