RhinoRuntimeException constructor
RhinoRuntimeException(
- String? message
Implementation
RhinoRuntimeException(String? message) : super(message);
RhinoRuntimeException(String? message) : super(message);