FException constructor

FException([
  1. String? message,
  2. FException? innerException
])

Implementation

FException([String? message, this.innerException]) : _message = message;