Skip to content

Commit 85beeb1

Browse files
committed
Formatting
1 parent 54562af commit 85beeb1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/common/Exceptions.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ internal class UnsupportedUserLocationException(cause: Throwable? = null) :
9494
*
9595
* For the Gemini Developer API, see
9696
* [steps](https://firebase.google.com/docs/ai-logic/faq-and-troubleshooting?api=dev#error-genai-config-not-found)
97-
* .
9897
*/
9998
internal class APINotConfiguredException(message: String, cause: Throwable? = null) :
10099
FirebaseCommonAIException(message, cause)

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/Exceptions.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ public class UnsupportedUserLocationException internal constructor(cause: Throwa
156156
*
157157
* For the Gemini Developer API, see
158158
* [steps](https://firebase.google.com/docs/ai-logic/faq-and-troubleshooting?api=dev#error-genai-config-not-found)
159-
* .
160159
*/
161160
public class APINotConfiguredException
162161
internal constructor(message: String, cause: Throwable? = null) :

0 commit comments

Comments
 (0)