FFIException constructor

FFIException(
  1. String message
)

Creates a FFIException.

Implementation

FFIException(this.message);