RuntimeException constructor

RuntimeException([
  1. String message = "Runtime Error",
  2. Exception? inner
])

Implementation

RuntimeException([super.message = "Runtime Error", super.inner]);