TrckrException

abstract class TrckrException : Throwable

Base class for exceptions hierarchy in trckr library. All trckr exceptions are subtypes of this class.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

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