Skip to content

Instantly share code, notes, and snippets.

@spikebrehm
Created November 27, 2013 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spikebrehm/7669309 to your computer and use it in GitHub Desktop.
Save spikebrehm/7669309 to your computer and use it in GitHub Desktop.
module.exports = {
index: function(params, callback) {
callback(new Error('Something went wrong.'));
}
};
// Screenshot of error page
// http://cl.ly/image/32401t1g2I1a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment