PHP 클래스 LeagueWrap\Response\ResponseException

상속: extends Exceptio\Exception
파일 보기 프로젝트 열기: paquettg/leaguewrap

보호된 프로퍼티들

프로퍼티 타입 설명
$response LeagueWrap\Response Response that caused this exception.

공개 메소드들

메소드 설명
getResponse ( ) : Response Access the response.
hasResponse ( ) : boolean Check if response was provided.
withResponse ( string $message, Response $response ) : static Static constructor for including response.

메소드 상세

getResponse() 공개 메소드

Access the response.
public getResponse ( ) : Response
리턴 LeagueWrap\Response

hasResponse() 공개 메소드

Check if response was provided.
public hasResponse ( ) : boolean
리턴 boolean

withResponse() 공개 정적인 메소드

Static constructor for including response.
public static withResponse ( string $message, Response $response ) : static
$message string
$response LeagueWrap\Response
리턴 static

프로퍼티 상세

$response 보호되어 있는 프로퍼티

Response that caused this exception.
protected Response,LeagueWrap $response
리턴 LeagueWrap\Response