Home
last modified time | relevance | path

Searched refs:UnexpectedError (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/config-plugins/build/utils/
H A Derrors.js6 exports.UnexpectedError = exports.PluginError = void 0;
10 class UnexpectedError extends Error { class
16 exports.UnexpectedError = UnexpectedError;
H A Derrors.js.map1UnexpectedError","Error","constructor","message","_defineProperty","exports","PluginError","code",…
H A Derrors.d.ts1 export declare class UnexpectedError extends Error { class
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts6 import { UnexpectedError } from '../utils/errors';
29 throw new UnexpectedError(
55 throw new UnexpectedError(`Could not locate a valid AppDelegate at root: "${projectRoot}"`);
79 throw new UnexpectedError(`Could not locate a valid AppDelegate.h at root: "${projectRoot}"`);
106 throw new UnexpectedError(`Unexpected iOS file extension: ${extension}`);
160 throw new UnexpectedError(
193 throw new UnexpectedError(
227 throw new UnexpectedError(
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DPaths-test.ts5 import { UnexpectedError } from '../../utils/errors';
56 expect(() => getXcodeProjectPath('/none')).toThrow(UnexpectedError);
127 expect(() => getXcodeProjectPath('/app')).toThrow(UnexpectedError);
199 expect(() => getAppDelegate('/invalid')).toThrow(UnexpectedError);
/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.js76 …throw new (_errors().UnexpectedError)(`Could not locate a valid AppDelegate header at root: "${pro…
96 …throw new (_errors().UnexpectedError)(`Could not locate a valid AppDelegate at root: "${projectRoo…
116 …throw new (_errors().UnexpectedError)(`Could not locate a valid AppDelegate.h at root: "${projectR…
140 throw new (_errors().UnexpectedError)(`Unexpected iOS file extension: ${extension}`);
186 …throw new (_errors().UnexpectedError)(`Failed to locate the ios/*.xcodeproj files relative to path…
211 …throw new (_errors().UnexpectedError)(`Failed to locate the ios/*.xcodeproj/project.pbxproj files …
237 …throw new (_errors().UnexpectedError)(`Failed to locate Info.plist files relative to path "${proje…
H A DPaths.js.map1UnexpectedError","length","warnMultipleFiles","tag","fileName","getAppDelegateFilePath","getAppDel…
/expo/packages/@expo/config-plugins/src/utils/
H A Derrors.ts1 export class UnexpectedError extends Error { class
/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts7 import { UnexpectedError } from '../utils/errors';
43 throw new UnexpectedError(`Unexpected Android file extension: ${extension}`);
/expo/packages/@expo/config-plugins/build/android/
H A DPaths.js83 throw new (_errors().UnexpectedError)(`Unexpected Android file extension: ${extension}`);
H A DPaths.js.map1UnexpectedError","getFileInfo","normalize","contents","fs","readFileSync","language","getMainAppli…