class SQLiteDatabaseDoesNotExistException extends InvalidArgumentException (View source)

Properties

string $path

The path to the database.

Methods

void
__construct(string $path)

Create a new exception instance.

Details

void __construct(string $path)

Create a new exception instance.

Parameters

string $path

Return Value

void