ArgumentsException

class ArgumentsException(val arg: String, message: String) : Exception

Constructors

Link copied to clipboard
constructor(arg: String)
constructor(arg: String, message: String)

Properties

Link copied to clipboard
val arg: String