RuntimeError constructor

const RuntimeError(
  1. String message
)

Creates a RuntimeError with the given message.

Implementation

const RuntimeError(super.message);