RhinoRuntimeException constructor

RhinoRuntimeException(
  1. String? message
)

Implementation

RhinoRuntimeException(String? message) : super(message);