
nonJvmMain.arrow.core.ArrowCoreInternalException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arrow-core Show documentation
Show all versions of arrow-core Show documentation
Functional companion to Kotlin's Standard Library
package arrow.core
@PublishedApi
internal actual object ArrowCoreInternalException : RuntimeException(
"Arrow-Core internal error. Please let us know and create a ticket at https://github.com/arrow-kt/arrow-core/issues/new/choose",
null
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy