MerodeError

open class MerodeError(msg: String? = null) : Exception

Base class for all Merode errors. Merode errors are Exceptions that can be thrown if necessary.

Inheritors

Constructors

Link copied to clipboard
constructor(msg: String? = null)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard