PHP Class Nelmio\Alice\Throwable\Exception\ParameterNotFoundExceptionFactory

Afficher le fichier Open project: nelmio/alice Class Usage Examples

Méthodes publiques

Méthode Description
create ( string $key ) : ParameterNotFoundException
createForWhenResolvingParameter ( string $key, Parameter $parameter ) : ParameterNotFoundException

Method Details

create() public static méthode

public static create ( string $key ) : ParameterNotFoundException
$key string
Résultat ParameterNotFoundException

createForWhenResolvingParameter() public static méthode

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