LibraryNotFoundException constructor
LibraryNotFoundException(
- String cause
Exception constructor containing the description for the exception.
Implementation
LibraryNotFoundException(this.cause);
Exception constructor containing the description for the exception.
LibraryNotFoundException(this.cause);