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