/** * The following code is modified based on * https://github.com/webpack/webpack/blob/4b4ca3b/lib/ConcurrentCompilationError.js * * MIT Licensed * Author Maksim Nazarjev @acupofspirt * Copyright (c) JS Foundation and other contributors * https://github.com/webpack/webpack/blob/main/LICENSE */ export default class ConcurrentCompilationError extends Error { name: string; message: string; constructor(); }