SemverException

class SemverException : RuntimeException

Constructors

SemverException
Link copied to clipboard
fun SemverException(msg: String?)
SemverException
Link copied to clipboard
fun SemverException(msg: String?, t: Throwable?)

Properties

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