Home
last modified time | relevance | path

Searched refs:isPluginError (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config-plugins/build/utils/
H A Derrors.d.ts13 readonly isPluginError = true;
H A Derrors.js.map1 …inError extends Error {\n readonly name = 'PluginError';\n readonly isPluginError = true;\n\n c…
/expo/packages/@expo/config-plugins/src/utils/
H A Derrors.ts22 readonly isPluginError = true; property in PluginError
/expo/packages/@expo/cli/src/install/
H A DinstallAsync.ts211 if (error.isPluginError) {