io.github.serpro69.kfaker.exception.RetryLimitException.kt Maven / Gradle / Ivy
package io.github.serpro69.kfaker.exception
@Suppress("unused")
internal class RetryLimitException : Exception {
constructor(message: String) : super(message)
constructor(message: String, throwable: Throwable) : super(message, throwable)
constructor(throwable: Throwable) : super(throwable)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy