Error

open class Error(val errorName: String) : Throwable

Base error class.

Constructors

Link copied to clipboard
fun Error(errorName: String)

Properties

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

Name of the error, to be displayed to the user. Usually the same as the class's name.

Link copied to clipboard
open val message: String?

Inheritors

Link copied to clipboard