PHP Class Bolt\Exception\LowLevelDatabaseException

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

Public Methods

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

Protected Methods

Method Description
invalidPath ( $type, $path, $error )

Method Details

failedConnect() public static method

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

invalidPath() protected static method

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

missingDriver() public static method

public static missingDriver ( $name, $driver )

missingParameter() public static method

public static missingParameter ( $parameter )

nonexistantFile() public static method

public static nonexistantFile ( $path )

nonexistantFolder() public static method

public static nonexistantFolder ( $path )

unsecure() public static method

public static unsecure ( )

unsupportedDriver() public static method

public static unsupportedDriver ( $driver )

unwritableFile() public static method

public static unwritableFile ( $path )

unwritableFolder() public static method

public static unwritableFolder ( $path )