PHP 클래스 Nelmio\Alice\Throwable\Exception\ParameterNotFoundExceptionFactory

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

공개 메소드들

메소드 설명
create ( string $key ) : ParameterNotFoundException
createForWhenResolvingParameter ( string $key, Parameter $parameter ) : ParameterNotFoundException

메소드 상세

create() 공개 정적인 메소드

public static create ( string $key ) : ParameterNotFoundException
$key string
리턴 ParameterNotFoundException

createForWhenResolvingParameter() 공개 정적인 메소드

public static createForWhenResolvingParameter ( string $key, Parameter $parameter ) : ParameterNotFoundException
$key string
$parameter Nelmio\Alice\Parameter
리턴 ParameterNotFoundException