PHP 클래스 Tebru\Retrofit\Exception\RetrofitApiException

저자: Nate Brunette ([email protected])
상속: extends Exceptio\Exception
파일 보기 프로젝트 열기: tebru/retrofit-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $clientClass, string $message = '', integer $code, Exception $previous = null )
getClientClass ( ) : string Get the generated client class name

메소드 상세

__construct() 공개 메소드

public __construct ( string $clientClass, string $message = '', integer $code, Exception $previous = null )
$clientClass string
$message string
$code integer
$previous Exception

getClientClass() 공개 메소드

Get the generated client class name
public getClientClass ( ) : string
리턴 string