MantraPluginAppException constructor

MantraPluginAppException([
  1. String? code,
  2. String? message,
  3. String? description
])

Implementation

MantraPluginAppException([this.code, this.message, this.description])
    : super();