Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/
H A DmodifyConfigAsync.ts4 import { SilentError } from './errors';
41 throw new SilentError();
H A Derrors.ts39 export class SilentError extends CommandError { class
54 if (error instanceof AbortCommandError || error instanceof SilentError) {
/expo/packages/@expo/cli/src/prebuild/
H A DupdateFromTemplate.ts10 import { AbortCommandError, SilentError } from '../utils/errors';
134 throw new SilentError(e);
/expo/packages/@expo/cli/src/start/server/
H A DgetStaticRenderFunctions.ts17 import { SilentError } from '../../utils/errors';
204 throw new SilentError(error);