LeopardMemoryException constructor

LeopardMemoryException(
  1. String? message
)

Implementation

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