The base class of Error reported by a Module.
❕ Inside a module, raised errors should inherit from this class. It is important to get an appropriate reporting within Flux applications.
module in which the error occurred
parameters forwarded to the parent class constructor
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
Generated using TypeDoc
ModuleError
The base class of Error reported by a Module.