| 1 | import { describe, expect, it } from "vitest"; |
| 2 | |
| 3 | import { errorCodes, getMessageFromCode, isPlainObject, JSON_RPC_SERVER_ERROR_MESSAGE, providerErrors, rpcErrors } from "../src/jrpc/errors"; |
| 4 | import { SerializableError } from "../src/jrpc/serializableError"; |
nothing calls this directly
no test coverage detected