public function MessageWrapper::getApiResponseException in Sparkpost email 8.2
Gets the last exception thrown.
Return value
\SparkPost\SparkPostException The exception.
Overrides MessageWrapperInterface::getApiResponseException
1 call to MessageWrapper::getApiResponseException()
- QueuedMessageWrapper::__construct in modules/
sparkpost_requeue/ src/ QueuedMessageWrapper.php - QueuedMessageWrapper constructor.
File
- src/
MessageWrapper.php, line 101
Class
- MessageWrapper
- Message wrapper class.
Namespace
Drupal\sparkpostCode
public function getApiResponseException() {
return $this->apiResponseException;
}