public function MessageWrapperInterface::getApiResponseException in Sparkpost email 8.2
Gets the last exception thrown.
Return value
\SparkPost\SparkPostException The exception.
1 method overrides MessageWrapperInterface::getApiResponseException()
- MessageWrapper::getApiResponseException in src/
MessageWrapper.php - Gets the last exception thrown.
File
- src/
MessageWrapperInterface.php, line 46 - Message class.
Class
- MessageWrapperInterface
- An interface for the message wrapper we use.
Namespace
Drupal\sparkpostCode
public function getApiResponseException();