PicovoiceRuntimeException constructor

PicovoiceRuntimeException(
  1. String? message
)

Implementation

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