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