We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e46c1 commit a742c37Copy full SHA for a742c37
docs/ExceptionHandling.md
@@ -30,7 +30,7 @@ Other kinds of exceptions can occur. Handle them appropriately.
30
```kotlin
31
try {
32
val response = index.search()
33
-} catch (exception: AlgoliaApiException) {
+} catch (exception: AlgoliaRuntimeException) {
34
TODO()
35
} catch (exception: IOException) {
36
0 commit comments