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