File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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 */
9998internal class APINotConfiguredException (message : String , cause : Throwable ? = null ) :
10099 FirebaseCommonAIException (message, cause)
Original file line number Diff line number Diff 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 */
161160public class APINotConfiguredException
162161internal constructor (message: String , cause: Throwable ? = null ) :
You can’t perform that action at this time.
0 commit comments