PHP 클래스 Nelmio\Alice\Throwable\Exception\Generator\Resolver\ResolverNotFoundExceptionFactory

파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
createForParameter ( string $parameterKey ) : ResolverNotFoundException
createForValue ( Nelmio\Alice\Definition\ValueInterface $value ) : ResolverNotFoundException
createUnexpectedCall ( string $method ) : ResolverNotFoundException

메소드 상세

createForParameter() 공개 정적인 메소드

public static createForParameter ( string $parameterKey ) : ResolverNotFoundException
$parameterKey string
리턴 ResolverNotFoundException

createForValue() 공개 정적인 메소드

public static createForValue ( Nelmio\Alice\Definition\ValueInterface $value ) : ResolverNotFoundException
$value Nelmio\Alice\Definition\ValueInterface
리턴 ResolverNotFoundException

createUnexpectedCall() 공개 정적인 메소드

public static createUnexpectedCall ( string $method ) : ResolverNotFoundException
$method string
리턴 ResolverNotFoundException