public function SalesforceExceptionEventInterface::getException in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 src/Event/SalesforceExceptionEventInterface.php \Drupal\salesforce\Event\SalesforceExceptionEventInterface::getException()
- 8.3 src/Event/SalesforceExceptionEventInterface.php \Drupal\salesforce\Event\SalesforceExceptionEventInterface::getException()
Getter for exception.
Return value
\Throwable|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\EventCode
public function getException();