ParserException

class ParserException(message: String) : Exception

Exception that will be thrown when parsing failed.

Since

1.3.0

Constructors

Link copied to clipboard
fun ParserException(message: String)