PHP 클래스 Tobscure\JsonApi\Exception\InvalidParameterException

상속: extends Exceptio\Exception
파일 보기 프로젝트 열기: tobscure/json-api

공개 메소드들

메소드 설명
__construct ( $message = '', $code, $previous = null, string $invalidParameter = '' )
getInvalidParameter ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( $message = '', $code, $previous = null, string $invalidParameter = '' )
$invalidParameter string The parameter that caused this exception.

getInvalidParameter() 공개 메소드

public getInvalidParameter ( ) : string
리턴 string The parameter that caused this exception.