CheetahRuntimeException constructor

CheetahRuntimeException(
  1. String? message
)

Implementation

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