CheetahMemoryException constructor

CheetahMemoryException(
  1. String? message
)

Implementation

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