UNPKG

meshblu-google-vision

Version:

[![Build Status](https://travis-ci.org/octoblu/meshblu-google-vision.svg?branch=master)](https://travis-ci.org/octoblu/meshblu-google-vision) [![Code Climate](https://codeclimate.com/github/octoblu/meshblu-google-vision/badges/gpa.svg)](https://codeclimat

7 lines (5 loc) 173 B
var verror = require('../lib/verror'); var opname = 'read'; var err = new verror.VError('"%s" operation failed', opname); console.log(err.message); console.log(err.stack);