Skip to content
Snippets Groups Projects
IdentityNotFoundException.php 251 B
Newer Older
<?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 {

}