Add the skeleton for abstracting error classes

Reviewed By: rafeca

Differential Revision: D7180927

fbshipit-source-id: 9acc77e761433845009367faea28b1c8dbbcc114
This commit is contained in:
Peter van der Zee 2018-03-25 13:27:41 -07:00 committed by Facebook Github Bot
parent debe429690
commit 094489f6e1
1 changed files with 13 additions and 0 deletions

View 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 = {};