Methods |
public
static
|
notSupported(string $method): Exception
|
#
|
public
static
|
invalidPlatformSpecified(): self
Deprecated
Use {@link invalidPlatformType()} instead.
|
#
|
public
static
|
invalidPlatformType(mixed $invalidPlatform): self
|
#
|
public
static
|
invalidPlatformVersionSpecified(string $version, string $expectedFormat): Exception
Returns a new instance for an invalid specified platform version.
Returns a new instance for an invalid specified platform version.
Parameters
$version |
The invalid platform version given.
|
$expectedFormat |
The expected platform version format.
|
|
#
|
public
static
|
invalidPdoInstance(): Exception
Deprecated
Passing a PDO instance in connection parameters is deprecated.
|
#
|
public
static
|
driverRequired(string|null $url = null): Exception
Parameters
$url |
The URL that was provided in the connection parameters (if any).
|
|
#
|
public
static
|
unknownDriver(string $unknownDriverName, string[] $knownDrivers): Exception
|
#
|
public
static
|
driverExceptionDuringQuery(Driver $driver, Throwable $driverEx, string $sql, mixed[] $params = []): Exception
|
#
|
public
static
|
driverException(Driver $driver, Throwable $driverEx): Exception
|
#
|
public
static
|
invalidWrapperClass(string $wrapperClass): Exception
|
#
|
public
static
|
invalidDriverClass(string $driverClass): Exception
|
#
|
public
static
|
invalidTableName(string $tableName): Exception
|
#
|
public
static
|
noColumnsSpecifiedForTable(string $tableName): Exception
|
#
|
public
static
|
limitOffsetInvalid(): Exception
|
#
|
public
static
|
typeExists(string $name): Exception
|
#
|
public
static
|
unknownColumnType(string $name): Exception
|
#
|
public
static
|
typeNotFound(string $name): Exception
|
#
|
public
static
|
typeNotRegistered(Type $type): self
|
#
|
public
static
|
typeAlreadyRegistered(Type $type): self
|
#
|