REPLException constructor

const REPLException(
  1. String message, [
  2. Exception? cause
])

Implementation

const REPLException(this.message, [this.cause]);