ExpressionException constructor

const ExpressionException(
  1. String msg
)

Implementation

const ExpressionException(this.msg);