UNPKG
@htsoft/reactjs-hooks
Version:
latest (1.0.4)
next (1.0.1-0)
1.0.4
1.0.3
1.0.2
1.0.1-0
1.0.0
NFT information hepler for ReactJS
github.com/jack-ht/aiza-react-hooks
jack-ht/aiza-react-hooks
@htsoft/reactjs-hooks
/
dist
/
fetcher
/
RequestError.d.ts
9 lines
(8 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Class for general hook errors for displaying */
export
declare
class
RequestError
extends
Error
{
private
originalError?;
constructor
(
message
:
string
,
originalError
?:
Error
);
getOriginalError
():
Error
|
undefined
; }