var error = new Error("Module: 'earth' not found!");
error.toString = function() { return this.message; }
throw error;

