PicovoiceMemoryException constructor

PicovoiceMemoryException(
  1. String? message
)

Implementation

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