public function SparkpostMessageWrapper::getApiResponseException in Sparkpost email 7
Same name and namespace in other branches
- 7.2 includes/sparkpost.message_wrapper.inc \SparkpostMessageWrapper::getApiResponseException()
Return value
\SparkPost\APIResponseException
Overrides SparkpostMessageWrapperInterface::getApiResponseException
File
- includes/
sparkpost.message_wrapper.inc, line 83 - Message class.
Class
- SparkpostMessageWrapper
- @file Message class.
Code
public function getApiResponseException() {
return $this->apiResponseException;
}