classSchemaNotFoundException
final class SchemaNotFoundException
extends SimulationException
Exception thrown when a referenced table does not exist.
Methods§
public function __construct(string $sql, string $tableName)Parameters
$sql | string | The SQL statement. |
$tableName | string | The name of the table that was not found. |
Calls 2
- static-call SimulationException::__construct() line 28
- function-call
sprintfline 28
public function getSql(): stringGet the SQL statement.
Returns
stringTest cases 1
public function getTableName(): stringGet the name of the table that was not found.
Returns
stringTest cases 1
Private surface 2§
Implementation details, listed for orientation only.
private string $sqlprivate string $tableNameTest cases 8§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.