UNPKG
bitcore-payment-protocol-excc
Version:
latest (1.5.0)
1.5.0
Payment Protocol (BIP70 and related) support for bitcore
bitcore-payment-protocol-excc
/
lib
/
errors.js
9 lines
(6 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
var
spec = {
name
:
'PaymentProtocol'
,
message
:
'Internal Error on bitcore-payment-protocol Module: {0}'
};
module
.
exports
=
require
(
'bitcore-lib-excc'
).
errors
.
extend
(spec);