PicovoiceIOException constructor

PicovoiceIOException(
  1. String? message
)

Implementation

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