From 769413468e88acba1a180baa0113139d929a3b9f Mon Sep 17 00:00:00 2001 From: liam4 Date: Mon, 3 Jul 2017 18:59:57 -0300 Subject: A long-due cleanup + examples + things ..Obviously this breaks old things (particularly, see changes in FocusElement). --- exception.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 exception.js (limited to 'exception.js') diff --git a/exception.js b/exception.js deleted file mode 100644 index e88ff99..0000000 --- a/exception.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = function exception(code, message) { - // Makes a custom error with the given code and message. - - const err = new Error(`${code}: ${message}`) - err.code = code - return err -} -- cgit 1.3.0-6-gf8a5