final class UnknownOverrideColumnException
    extends InvalidOverrideException

An override names a column absent from the schema.

Properties§

public string $column
public TableSchema $schema

Methods§

public function __construct(public string $column, public TableSchema $schema)

An override names a column absent from the schema.

Parameters

$columnstring
$schemaTableSchema
Calls 4

Test cases 17§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1
Other tests reaching this symbol 16

Relations§

Instantiated in 2