RuntimeError constructor

RuntimeError(
  1. Token token,
  2. String message_
)

Implementation

RuntimeError(this.token, this.message_);