Home
last modified time | relevance | path

Searched refs:DatabaseNotFoundException (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-sqlite/android/src/main/java/expo/modules/sqlite/
H A DSQLExceptions.kt8 class DatabaseNotFoundException(name: String) : class
H A DSQLiteModule.kt57 throw DatabaseNotFoundException(dbName) in <lambda>()
/expo/packages/expo-sqlite/ios/
H A DExceptions.swift23 internal class DatabaseNotFoundException: GenericException<String> { class
H A DSQLiteModule.swift56 throw DatabaseNotFoundException(dbName) in definition()
/expo/ios/versioned/sdk49/ExpoSQLite/
H A DExceptions.swift23 internal class DatabaseNotFoundException: GenericException<String> { class
H A DSQLiteModule.swift44 throw DatabaseNotFoundException(dbName) in definition()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sqlite/
H A DSQLExceptions.kt8 class DatabaseNotFoundException(name: String) : class
H A DSQLiteModule.kt46 throw DatabaseNotFoundException(dbName) in <lambda>()