Skip to content

Instantly share code, notes, and snippets.

@lucas-janon
Created June 2, 2018 06:16
Show Gist options
  • Save lucas-janon/ed4314969470428115928a512b4246bf to your computer and use it in GitHub Desktop.
Save lucas-janon/ed4314969470428115928a512b4246bf to your computer and use it in GitHub Desktop.
module.exports = (paramName) => {
throw new Error(`Missing ${paramName}`)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment