You are here

public function SalesforceExceptionEventInterface::getException in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 src/Event/SalesforceExceptionEventInterface.php \Drupal\salesforce\Event\SalesforceExceptionEventInterface::getException()
  2. 5.0.x src/Event/SalesforceExceptionEventInterface.php \Drupal\salesforce\Event\SalesforceExceptionEventInterface::getException()

Getter for exception.

Return value

\Exception|null The exception or NULL if no exception was given.

1 method overrides SalesforceExceptionEventInterface::getException()
SalesforceExceptionEvent::getException in src/Event/SalesforceExceptionEvent.php
Getter for exception.

File

src/Event/SalesforceExceptionEventInterface.php, line 16

Class

SalesforceExceptionEventInterface
Interface for Salesforce Exception events, primarily for logging.

Namespace

Drupal\salesforce\Event

Code

public function getException();