PHP 클래스 Pinq\PinqException

저자: Elliot Levin ([email protected])
상속: extends Exception
파일 보기 프로젝트 열기: timetoogo/pinq 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $messageFormat = '', mixed $_ = null )
construct ( array $parameters )
invalidIterable ( $method, $value )
notSupported ( $method )

메소드 상세

__construct() 공개 메소드

public __construct ( string $messageFormat = '', mixed $_ = null )
$messageFormat string
$_ mixed The values to interpolate the message with

construct() 공개 정적인 메소드

public static construct ( array $parameters )
$parameters array

invalidIterable() 공개 정적인 메소드

public static invalidIterable ( $method, $value )

notSupported() 공개 정적인 메소드

public static notSupported ( $method )