PHP Class Nelmio\Alice\Throwable\Exception\ParameterNotFoundExceptionFactory

Show file Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
create ( string $key ) : ParameterNotFoundException
createForWhenResolvingParameter ( string $key, Parameter $parameter ) : ParameterNotFoundException

Method Details

create() public static method

public static create ( string $key ) : ParameterNotFoundException
$key string
return ParameterNotFoundException

createForWhenResolvingParameter() public static method

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