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

com.valaphee.foundry.retry.RetryFailure.kt Maven / Gradle / Ivy

/*
 * Copyright (c) 2021, Scos, Valaphee.
 * All rights reserved.
 */

package com.valaphee.foundry.retry

/**
 * @author Kevin Ludwig
 */
class RetryFailure(
    val reason: T
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy