FFIException constructor

FFIException(
  1. String message
)

Creates an exception with message.

Implementation

FFIException(this.message);