import AggregateError from 'aggregate-error'; const error = new AggregateError([new Error('foo'), 'bar', {message: 'baz'}]); throw error; ...
確定! 回上一頁