public function MessageWrapper::clearApiResposeException in Sparkpost email 8.2
Clears the API response exception.
Overrides MessageWrapperInterface::clearApiResposeException
File
- src/
MessageWrapper.php, line 142
Class
- MessageWrapper
- Message wrapper class.
Namespace
Drupal\sparkpostCode
public function clearApiResposeException() {
$this->apiResponseException = NULL;
}