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

commonMain.io.islandtime.DateTimeException.kt Maven / Gradle / Ivy

package io.islandtime

open class DateTimeException(
    message: String? = null,
    cause: Throwable? = null
) : Exception(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy