ErrorConstructor constructor
Implementation
factory ErrorConstructor(
{void Function(
_i5.Object, [
_i2.Function?,
])? captureStackTrace}) =>
ErrorConstructor._(
captureStackTrace: captureStackTrace == null
? null
: _i4.allowInterop(captureStackTrace));