DryRunOperationException constructor

DryRunOperationException({
  1. String? type,
  2. String? message,
})

Implementation

DryRunOperationException({String? type, String? message})
    : super(type: type, code: 'DryRunOperationException', message: message);