MdmEngineException constructor
MdmEngineException({
- String? url,
- String? method,
- int? statusCode,
- Object? error,
- StackTrace? stackTrace,
Implementation
MdmEngineException({
this.url,
this.method,
this.statusCode,
this.error,
this.stackTrace,
});