Methods
-
because()
: self
-
extractor()
: self
-
function()
: self
-
nonRewindable()
: self
-
probeRefused()
: self
because()
public
static because(string $format, float|int|string ...$parameters) : self
Parameters
-
$format
: string
-
-
$parameters
: float|int|string
-
public
static extractor(string $extractor[, string|null $reason = null ]) : self
Parameters
-
$extractor
: string
-
-
$reason
: string|null
= null
-
function()
public
static function(string $function, string $reason) : self
Parameters
-
$function
: string
-
-
$reason
: string
-
nonRewindable()
public
static nonRewindable(string $extractor) : self
Parameters
-
$extractor
: string
-
probeRefused()
public
static probeRefused(string $extractor, string $refusal, Throwable $previous) : self
Parameters
-
$extractor
: string
-
-
$refusal
: string
-
-
$previous
: Throwable
-