You are here

Exception.php in Salesforce Suite 5.0.x

Same filename and directory in other branches
  1. 8.4 src/Exception.php
  2. 8.3 src/Exception.php

Namespace

Drupal\salesforce

File

src/Exception.php
View source
<?php

namespace Drupal\salesforce;

use Symfony\Component\Serializer\Exception\ExceptionInterface;

/**
 * Class Exception.
 *
 * @package Drupal\salesforce
 */
class Exception extends \RuntimeException implements ExceptionInterface {

}

Classes

Namesort descending Description
Exception Class Exception.