FreemeworkException constructor
FreemeworkException([
- String? message,
- FreemeworkException? innerException
Implementation
FreemeworkException([this.message, this.innerException]);