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

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

Méthodes publiques

Méthode Description
create ( Nelmio\Alice\Definition\ValueInterface $value, integer $code, Throwable $previous = null ) : UnresolvableValueException
createForCouldNotEvaluateExpression ( Nelmio\Alice\Definition\ValueInterface $value, integer $code, Throwable $previous = null ) : UnresolvableValueException
createForCouldNotFindParameter ( string $parameterKey ) : UnresolvableValueException
createForCouldNotFindVariable ( Nelmio\Alice\Definition\ValueInterface $value, integer $code, Throwable $previous = null ) : UnresolvableValueException
createForInvalidReferenceId ( Nelmio\Alice\Definition\ValueInterface $value, $result, integer $code, Throwable $previous = null ) : UnresolvableValueException
createForInvalidResolvedQuantifierTypeForOptionalValue ( Nelmio\Alice\Definition\ValueInterface $quantifier, null | object | array | float | boolean $resolvedQuantifier ) : UnresolvableValueException
createForNoFixtureOrObjectMatchingThePattern ( Nelmio\Alice\Definition\ValueInterface $value ) : UnresolvableValueException

Method Details

create() public static méthode

public static create ( Nelmio\Alice\Definition\ValueInterface $value, integer $code, Throwable $previous = null ) : UnresolvableValueException
$value Nelmio\Alice\Definition\ValueInterface
$code integer
$previous Throwable
Résultat UnresolvableValueException

createForCouldNotEvaluateExpression() public static méthode

public static createForCouldNotEvaluateExpression ( Nelmio\Alice\Definition\ValueInterface $value, integer $code, Throwable $previous = null ) : UnresolvableValueException
$value Nelmio\Alice\Definition\ValueInterface
$code integer
$previous Throwable
Résultat UnresolvableValueException

createForCouldNotFindParameter() public static méthode

public static createForCouldNotFindParameter ( string $parameterKey ) : UnresolvableValueException
$parameterKey string
Résultat UnresolvableValueException

createForCouldNotFindVariable() public static méthode

public static createForCouldNotFindVariable ( Nelmio\Alice\Definition\ValueInterface $value, integer $code, Throwable $previous = null ) : UnresolvableValueException
$value Nelmio\Alice\Definition\ValueInterface
$code integer
$previous Throwable
Résultat UnresolvableValueException

createForInvalidReferenceId() public static méthode

public static createForInvalidReferenceId ( Nelmio\Alice\Definition\ValueInterface $value, $result, integer $code, Throwable $previous = null ) : UnresolvableValueException
$value Nelmio\Alice\Definition\ValueInterface
$code integer
$previous Throwable
Résultat UnresolvableValueException

createForInvalidResolvedQuantifierTypeForOptionalValue() public static méthode

public static createForInvalidResolvedQuantifierTypeForOptionalValue ( Nelmio\Alice\Definition\ValueInterface $quantifier, null | object | array | float | boolean $resolvedQuantifier ) : UnresolvableValueException
$quantifier Nelmio\Alice\Definition\ValueInterface
$resolvedQuantifier null | object | array | float | boolean
Résultat UnresolvableValueException

createForNoFixtureOrObjectMatchingThePattern() public static méthode

public static createForNoFixtureOrObjectMatchingThePattern ( Nelmio\Alice\Definition\ValueInterface $value ) : UnresolvableValueException
$value Nelmio\Alice\Definition\ValueInterface
Résultat UnresolvableValueException