mirror of
https://github.com/status-im/metro.git
synced 2025-01-11 19:44:17 +00:00
Add the skeleton for abstracting error classes
Reviewed By: rafeca Differential Revision: D7180927 fbshipit-source-id: 9acc77e761433845009367faea28b1c8dbbcc114
This commit is contained in:
parent
debe429690
commit
094489f6e1
13
packages/metro-core/src/errors/index.js
Normal file
13
packages/metro-core/src/errors/index.js
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Copyright (c) 2015-present, Facebook, Inc.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*
|
||||
* @flow
|
||||
* @format
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
module.exports = {};
|
Loading…
x
Reference in New Issue
Block a user