Current File : //lib/node_modules/bower/lib/node_modules/har-validator/lib/error.js
'use strict'

function ValidationError (errors) {
  this.name = 'ValidationError'
  this.errors = errors
}

ValidationError.prototype = Error.prototype

module.exports = ValidationError