PHP 클래스 Bolt\Exception\LowLevelDatabaseException

사용 중단: Deprecated since 3.2, to be removed in 4.0. @see \Bolt\Exception\BootException
상속: extends LowlevelException
파일 보기 프로젝트 열기: bolt/bolt 1 사용 예제들

공개 메소드들

메소드 설명
failedConnect ( $platform, Exception $previous )
missingDriver ( $name, $driver )
missingParameter ( $parameter )
nonexistantFile ( $path )
nonexistantFolder ( $path )
unsecure ( )
unsupportedDriver ( $driver )
unwritableFile ( $path )
unwritableFolder ( $path )

보호된 메소드들

메소드 설명
invalidPath ( $type, $path, $error )

메소드 상세

failedConnect() 공개 정적인 메소드

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

invalidPath() 보호된 정적인 메소드

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

missingDriver() 공개 정적인 메소드

public static missingDriver ( $name, $driver )

missingParameter() 공개 정적인 메소드

public static missingParameter ( $parameter )

nonexistantFile() 공개 정적인 메소드

public static nonexistantFile ( $path )

nonexistantFolder() 공개 정적인 메소드

public static nonexistantFolder ( $path )

unsecure() 공개 정적인 메소드

public static unsecure ( )

unsupportedDriver() 공개 정적인 메소드

public static unsupportedDriver ( $driver )

unwritableFile() 공개 정적인 메소드

public static unwritableFile ( $path )

unwritableFolder() 공개 정적인 메소드

public static unwritableFolder ( $path )