<@U614XBD5E> do you need those 4 exact constructor...
# announcements
p
@dumptruckman do you need those 4 exact constructors, or can you use default arguments to simplify?
Copy code
class ParseException(val currentToken: Token?, message: String? = null, cause: Throwable? = null) : Exception(message, cause)