PorcupineRuntimeException constructor

PorcupineRuntimeException(
  1. String? message
)

Implementation

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