Skip to content

Instantly share code, notes, and snippets.

@samueljoli
Created January 30, 2017 18:24
Show Gist options
  • Select an option

  • Save samueljoli/500fd232e5b5857eea77a28b7b584245 to your computer and use it in GitHub Desktop.

Select an option

Save samueljoli/500fd232e5b5857eea77a28b7b584245 to your computer and use it in GitHub Desktop.
const validateResult = function(){
if (this.mappedResult === 'FOOBAR') {
throw new ValidationError('unexpected status');
}
};
module.exports = validateResult
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment