
com.simiacryptus.jopenai.exceptions.AIServiceException.kt Maven / Gradle / Ivy
package com.simiacryptus.jopenai.exceptions
import java.io.IOException
open class AIServiceException(message: String?) : IOException(message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy