RuntimeStartupError constructor

RuntimeStartupError(
  1. String message, [
  2. Object? cause
])

Creates an error describing why runtime startup failed.

Implementation

RuntimeStartupError(this.message, [this.cause]);