xref: /expo/home/api/GenericError.ts (revision 91c8580d)
1import ExtendableError from 'es6-error';
2
3export class GenericError extends ExtendableError {}
4