PorcupineRuntimeException constructor
PorcupineRuntimeException(
- String? message
Implementation
PorcupineRuntimeException(String? message) : super(message);
PorcupineRuntimeException(String? message) : super(message);