mirror of https://github.com/status-im/metro.git
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
|
@ -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…
Reference in New Issue