Flow PHP

ColumnMismatchException extends InvalidArgumentException

FinalYes

Properties

$column  : string
$detail  : string

Methods

because()  : self
missingColumn()  : self
unexpectedColumn()  : self
valueDoesNotMatch()  : self

Properties

Methods

because()

public static because(string $format, float|int|string ...$parameters) : self
Parameters
$format : string
$parameters : float|int|string
Return values
self

unexpectedColumn()

public static unexpectedColumn(string $column) : self
Parameters
$column : string
Return values
self

valueDoesNotMatch()

public static valueDoesNotMatch(Definition<string|int, mixed> $definition, mixed $value) : self
Parameters
$definition : Definition<string|int, mixed>
$value : mixed
Return values
self
On this page

Search results