PHP 클래스 SparkPost\SparkPostException

상속: extends Exception
파일 보기 프로젝트 열기: sparkpost/php-sparkpost

공개 메소드들

메소드 설명
__construct ( Exception $exception ) Sets up the custom exception and copies over original exception values.
getBody ( ) : array Returns the body.

메소드 상세

__construct() 공개 메소드

Sets up the custom exception and copies over original exception values.
public __construct ( Exception $exception )
$exception Exception - the exception to be wrapped

getBody() 공개 메소드

Returns the body.
public getBody ( ) : array
리턴 array $body - the json decoded body from the http response