LeopardRuntimeException constructor

LeopardRuntimeException(
  1. String? message
)

Implementation

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