UNPKG

oxr

Version:

Advanced Node.js wrapper for the Open Exchange Rates API

13 lines (9 loc) 260 B
var inherits = require('util').inherits function OxrError (status, message, description) { Error.apply(this, arguments) this.status = status this.message = message this.description = description } inherits(OxrError, Error) module.exports = OxrError