DataDependentSchemaException extends SchemaNotDerivableException
FinalYes
Methods
- because() : self
- extractor() : self
- function() : self
- nonRewindable() : self
- probeRefused() : self
- step() : self
Methods
because()
public
static because(string $format, float|int|string ...$parameters) : self
Parameters
- $format : string
- $parameters : float|int|string
Return values
selfextractor()
public
static extractor(string $extractor[, string|null $reason = null ]) : self
Parameters
- $extractor : string
- $reason : string|null = null
Return values
selffunction()
public
static function(string $function, string $reason) : self
Parameters
- $function : string
- $reason : string
Return values
selfnonRewindable()
public
static nonRewindable(string $extractor) : self
Parameters
- $extractor : string
Return values
selfprobeRefused()
public
static probeRefused(string $extractor, string $refusal, Throwable $previous) : self
Parameters
- $extractor : string
- $refusal : string
- $previous : Throwable
Return values
selfstep()
public
static step(string $step, string $reason) : self
Parameters
- $step : string
- $reason : string