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

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

There is a newer version: 0.0.26
Show newest version
package com.expedia.graphql.schema.exceptions

/**
 * Base exception that all our library exceptions extend from.
 */
open class GraphQLKotlinException(message: String = "", throwable: Throwable? = null)
    : RuntimeException(message, throwable)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy