PorcupineIOException constructor

PorcupineIOException(
  1. String? message
)

Implementation

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