All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.simiacryptus.openai.exceptions.AIServiceException.kt Maven / Gradle / Ivy

The newest version!
package com.simiacryptus.openai.exceptions

import java.io.IOException

open class AIServiceException : IOException {
    constructor(message: String?) : super(message)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy