PHP 클래스 Phalcon\Db\Adapter\MongoDB\Exception\InvalidArgumentException

상속: extends MongoDB\Driver\Exception\InvalidArgumentException, implements Exception
파일 보기 프로젝트 열기: phalcon/incubator 1 사용 예제들

공개 메소드들

메소드 설명
invalidType ( string $name, mixed $value, string $expectedType ) : self Thrown when an argument or option has an invalid type.

메소드 상세

invalidType() 공개 정적인 메소드

Thrown when an argument or option has an invalid type.
public static invalidType ( string $name, mixed $value, string $expectedType ) : self
$name string Name of the argument or option
$value mixed Actual value (used to derive the type)
$expectedType string Expected type
리턴 self