// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved. module.exports = { newInvalidAsn1Error: function (msg) { var e = new Error(); e.name = 'InvalidAsn1Error'; e.message = msg || ''; return e; } };
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
errors.js | File | 240 B | 0644 |
|
index.js | File | 469 B | 0644 |
|
reader.js | File | 5.52 KB | 0644 |
|
types.js | File | 638 B | 0644 |
|
writer.js | File | 7.49 KB | 0644 |
|