final class NullOverrideException
    extends InvalidOverrideException

An override supplies null for a non-nullable column.

Properties§

public string $column
public TableSchema $schema

Methods§

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

An override supplies null for a non-nullable column.

Parameters

$columnstring
$schemaTableSchema
Calls 2

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 1