LibraryNotImplementedException constructor

LibraryNotImplementedException(
  1. String cause
)

Exception constructor containing the description for the exception.

Implementation

LibraryNotImplementedException(this.cause);