jsMain.com.apollographql.apollo.api.internal.Throws.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-api Show documentation
Show all versions of apollo-api Show documentation
Apollo GraphQL API classes
package com.apollographql.apollo.api.internal
import kotlin.reflect.KClass
actual annotation class Throws actual constructor(actual vararg val exceptionClasses: KClass)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy