RhinoInvalidStateException constructor

RhinoInvalidStateException(
  1. String? message
)

Implementation

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