RhinoKeyException constructor

RhinoKeyException(
  1. String? message
)

Implementation

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