Skip to content

Commit 7dcecfa

Browse files
committed
docs: added jsdocs
1 parent 3235910 commit 7dcecfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src.ts/utils/errors.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ export interface UnsupportedOperationError extends EthersError<"UNSUPPORTED_OPER
214214
* This Error indicates a proplem connecting to a network.
215215
*/
216216
export interface NetworkError extends EthersError<"NETWORK_ERROR"> {
217+
/**
218+
* The network event.
219+
*/
217220
event: string;
218221
}
219222

0 commit comments

Comments
 (0)