PHP 클래스 Google\Cloud\Exception\ServiceException

상속: extends GoogleException
파일 보기 프로젝트 열기: GoogleCloudPlatform/gcloud-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $message, integer $code = null, Exception $serviceException = null ) Handle previous exceptions differently here.
getServiceException ( ) : Exception Return the service exception object.
hasServiceException ( ) : boolean If $serviceException is set, return true.

메소드 상세

__construct() 공개 메소드

Handle previous exceptions differently here.
public __construct ( string $message, integer $code = null, Exception $serviceException = null )
$message string
$code integer
$serviceException Exception

getServiceException() 공개 메소드

Return the service exception object.
public getServiceException ( ) : Exception
리턴 Exception

hasServiceException() 공개 메소드

If $serviceException is set, return true.
public hasServiceException ( ) : boolean
리턴 boolean