UNPKG
@atharahmed/cryptomus
Version:
latest (0.3.0)
0.3.0
Node wrapper for cryptomus api
github.com/qweme32/cryptomus
qweme32/cryptomus
@atharahmed/cryptomus
/
src
/
errors.ts
6 lines
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
export
class
CryptomusError
extends
Error
{
constructor
(
message
:
string
) {
super
(message);
this
.
name
=
"CryptomusError"
; } }