UNPKG
@coingate/coingate-sdk
Version:
latest (1.1.2)
1.1.2
1.1.1
Coingate package
github.com/coingate/coingate-node
coingate/coingate-node
@coingate/coingate-sdk
/
build
/
Exception
/
UnknownApiErrorException.d.ts
4 lines
(3 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
import { ApiErrorException } from
'./ApiErrorException'
; export declare
class
UnknownApiErrorException
extends
ApiErrorException
{ }