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

commonMain.internal.Exceptions.kt Maven / Gradle / Ivy

There is a newer version: 0.23.0
Show newest version
package io.kform.internal

import kotlinx.coroutines.CancellationException

/**
 * Exception thrown when an action is cancelled because it became redundant thanks to a new action
 * [newAction].
 */
internal class OverriddenActionException(val newAction: Action<*>) :
    CancellationException("Action cancelled due to: '$newAction'.")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy