commonMain.io.github.jan.supabase.exceptions.SupabaseEncodingException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of supabase-kt Show documentation
Show all versions of supabase-kt Show documentation
A Kotlin Multiplatform Supabase SDK
package io.github.jan.supabase.exceptions
/**
* Thrown when an encoding error occurs
*/
class SupabaseEncodingException(message: String): Exception(message)