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

dev.forkhandles.time.UnsupportedSynchronousOperationException.kt Maven / Gradle / Ivy

There is a newer version: 2.20.0.0
Show newest version
package dev.forkhandles.time

/**
 * Thrown to report that a [DeterministicScheduler] has been asked to perform
 * a blocking wait, which is not supported.
 *
 * @author nat
 */
class UnsupportedSynchronousOperationException(message: String) :
    UnsupportedOperationException(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy