PHP Class Nelmio\Alice\Throwable\Exception\Generator\Resolver\ResolverNotFoundExceptionFactory

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

Méthodes publiques

Méthode Description
createForParameter ( string $parameterKey ) : ResolverNotFoundException
createForValue ( Nelmio\Alice\Definition\ValueInterface $value ) : ResolverNotFoundException
createUnexpectedCall ( string $method ) : ResolverNotFoundException

Method Details

createForParameter() public static méthode

public static createForParameter ( string $parameterKey ) : ResolverNotFoundException
$parameterKey string
Résultat ResolverNotFoundException

createForValue() public static méthode

public static createForValue ( Nelmio\Alice\Definition\ValueInterface $value ) : ResolverNotFoundException
$value Nelmio\Alice\Definition\ValueInterface
Résultat ResolverNotFoundException

createUnexpectedCall() public static méthode

public static createUnexpectedCall ( string $method ) : ResolverNotFoundException
$method string
Résultat ResolverNotFoundException