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

commonMain.me.jason5lee.defer.DeferScopeClosedException.kt Maven / Gradle / Ivy

The newest version!
package me.jason5lee.defer

/**
 * Thrown when the defer scope is used out of scope or cancelled.
 */
public class DeferScopeClosedException(scopeName: String) : IllegalStateException("$scopeName used out of scope or cancelled")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy