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
)
/*
* Copyright (c) 2021, Scos, Valaphee.
* All rights reserved.
*/
package com.valaphee.foundry.retry
/**
* @author Kevin Ludwig
*/
class RetryFailure(
val reason: T
)