FreemeworkException constructor

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

Implementation

FreemeworkException([this.message, this.innerException]);