final class SchemaNotFoundException
    extends RuntimeException

A requested table has no registered schema.

Properties§

public list<string> $knownTables
public string $tableName

Methods§

public function __construct(public string $tableName, list<string> $knownTables = [])

Retains the missing table and available alternatives for callers.

Parameters

$tableNamestring
$knownTableslist<string>
Calls 4

Test cases 16§

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

Dedicated tests 3
Other tests reaching this symbol 13

Relations§

Instantiated in 1