UNPKG

braintree

Version:

A library for server-side integrating with Braintree.

12 lines (9 loc) 224 B
"use strict"; class ValidationError { constructor(error) { this.attribute = error.attribute; this.code = error.code; this.message = error.message; } } module.exports = { ValidationError: ValidationError };