Sha256: ded81694cad8e84576e96eea4b594ff7b4a140de606f0818802a7752bca17ff5
Contents?: true
Size: 186 Bytes
Versions: 40
Compression:
Stored size: 186 Bytes
Contents
'use strict' function ValidationError (errors) { this.name = 'ValidationError' this.errors = errors } ValidationError.prototype = Error.prototype module.exports = ValidationError
Version data entries
40 entries across 35 versions & 10 rubygems