import {GetTransactionsException} from '@simbachain/libsimba-js/src/exceptions.js'
GetTransactionsException
Extends:
Thrown when the server returns an error when querying transactions
Constructor Summary
Public Constructor | ||
public |
|
Inherited Summary
From class BaseException | ||
public |
cause: * |
|
public |
message: * |
|
public |
|
From class GetRequestException | ||
public |
|
Public Constructors
public constructor() source
Base exception that all libsimba Exceptions extend