blob: 6adbb18552c2b73bebef4e2ce843004c3433745c [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
module.exports = function(err) {
if (err && err instanceof Error) throw err;
};