KthException

sealed class KthException : Exception

Base class for all exceptions thrown by Karith.

Inheritors

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?