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

commonMain.com.xebia.functional.openai.errors.ResponseSerializerError.kt Maven / Gradle / Ivy

The newest version!
package com.xebia.functional.openai.errors

class ResponseSerializerError(message: String, cause: Throwable? = null) :
  Exception(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy