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) :
94
94
*
95
95
* For the Gemini Developer API, see
96
96
* [steps](https://firebase.google.com/docs/ai-logic/faq-and-troubleshooting?api=dev#error-genai-config-not-found)
97
- * .
98
97
*/
99
98
internal class APINotConfiguredException (message : String , cause : Throwable ? = null ) :
100
99
FirebaseCommonAIException (message, cause)
Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ public class UnsupportedUserLocationException internal constructor(cause: Throwa
156
156
*
157
157
* For the Gemini Developer API, see
158
158
* [steps](https://firebase.google.com/docs/ai-logic/faq-and-troubleshooting?api=dev#error-genai-config-not-found)
159
- * .
160
159
*/
161
160
public class APINotConfiguredException
162
161
internal constructor (message: String , cause: Throwable ? = null ) :
You can’t perform that action at this time.
0 commit comments