We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d87a9 commit 6496cc6Copy full SHA for 6496cc6
mod.ts
@@ -2,7 +2,7 @@ export { createRemote } from "./client/remote.ts";
2
3
export { respond } from "./server/response.ts";
4
5
-export { CustomError } from "./server/custom-errors.ts";
+export { CustomError } from "./server/custom_error.ts";
6
7
export { createRpcResponseObject } from "./server/creation.ts";
8
0 commit comments