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

com.expedia.graphql.schema.exceptions.CouldNotGetNameOfEnumException.kt Maven / Gradle / Ivy

package com.expedia.graphql.schema.exceptions

import kotlin.reflect.KClass

/**
 * Thrown when trying to generate an enum class and cannot resolve the simple name.
 */
class CouldNotGetNameOfEnumException(kclass: KClass<*>)
    : GraphQLKotlinException("Could not get the enum name of the KClass $kclass")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy