You are here

public function SparkpostMessageWrapper::getApiResponseException in Sparkpost email 7.2

Same name and namespace in other branches
  1. 7 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;
}