summaryrefslogtreecommitdiff
path: root/src/operations/errors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations/errors.ts')
-rw-r--r--src/operations/errors.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operations/errors.ts b/src/operations/errors.ts
index 50e68993b..0d180a465 100644
--- a/src/operations/errors.ts
+++ b/src/operations/errors.ts
@@ -144,7 +144,7 @@ export async function guardOperationException<T>(
console.log("guard: caught something else");
const opErr = {
type: "exception",
- message: "non-error exception thrown",
+ message: "unexpected exception thrown",
details: {
value: e.toString(),
},