PHP Class Bolt\Exception\LowLevelDatabaseException

Deprecation: Deprecated since 3.2, to be removed in 4.0. @see \Bolt\Exception\BootException
Inheritance: extends LowlevelException
Afficher le fichier Open project: bolt/bolt Class Usage Examples

Méthodes publiques

Méthode Description
failedConnect ( $platform, Exception $previous )
missingDriver ( $name, $driver )
missingParameter ( $parameter )
nonexistantFile ( $path )
nonexistantFolder ( $path )
unsecure ( )
unsupportedDriver ( $driver )
unwritableFile ( $path )
unwritableFolder ( $path )

Méthodes protégées

Méthode Description
invalidPath ( $type, $path, $error )

Method Details

failedConnect() public static méthode

public static failedConnect ( $platform, Exception $previous )
$previous Exception

invalidPath() protected static méthode

protected static invalidPath ( $type, $path, $error )

missingDriver() public static méthode

public static missingDriver ( $name, $driver )

missingParameter() public static méthode

public static missingParameter ( $parameter )

nonexistantFile() public static méthode

public static nonexistantFile ( $path )

nonexistantFolder() public static méthode

public static nonexistantFolder ( $path )

unsecure() public static méthode

public static unsecure ( )

unsupportedDriver() public static méthode

public static unsupportedDriver ( $driver )

unwritableFile() public static méthode

public static unwritableFile ( $path )

unwritableFolder() public static méthode

public static unwritableFolder ( $path )