PHP Class Nelmio\Alice\Throwable\Exception\FixtureBuilder\Denormalizer\DenormalizerExceptionFactory

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

Méthodes publiques

Méthode Description
createDenormalizerNotFoundForFixture ( string $fixtureId ) : DenormalizerNotFoundException
createDenormalizerNotFoundUnexpectedCall ( string $method, integer $code, Throwable $previous = null ) : DenormalizerNotFoundException
createForInvalidScopeForUniqueValue ( ) : InvalidScopeException
createForUndenormalizableConstructor ( ) : UnexpectedValueException
createForUnparsableValue ( string $value, integer $code, Throwable $previous ) : UnexpectedValueException

Method Details

createDenormalizerNotFoundForFixture() public static méthode

public static createDenormalizerNotFoundForFixture ( string $fixtureId ) : DenormalizerNotFoundException
$fixtureId string
Résultat DenormalizerNotFoundException

createDenormalizerNotFoundUnexpectedCall() public static méthode

public static createDenormalizerNotFoundUnexpectedCall ( string $method, integer $code, Throwable $previous = null ) : DenormalizerNotFoundException
$method string
$code integer
$previous Throwable
Résultat DenormalizerNotFoundException

createForInvalidScopeForUniqueValue() public static méthode

public static createForInvalidScopeForUniqueValue ( ) : InvalidScopeException
Résultat InvalidScopeException

createForUndenormalizableConstructor() public static méthode

public static createForUndenormalizableConstructor ( ) : UnexpectedValueException
Résultat UnexpectedValueException

createForUnparsableValue() public static méthode

public static createForUnparsableValue ( string $value, integer $code, Throwable $previous ) : UnexpectedValueException
$value string
$code integer
$previous Throwable
Résultat UnexpectedValueException