mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 17:50:01 -06:00
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
const err = new Error('Root sync error from plugins file')
|
|
|
|
err.name = 'RootSyncError'
|
|
|
|
throw err
|