summaryrefslogtreecommitdiff
path: root/lib/error.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/error.ml')
-rw-r--r--lib/error.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.ml b/lib/error.ml
index da5e579..d98c1ee 100644
--- a/lib/error.ml
+++ b/lib/error.ml
@@ -44,7 +44,7 @@ type input_foreman_error = [
| `Latest_cmd_empty of Name.t
| `Latest_cmd_fail of Name.t * exn * string
| `Prefetch of Name.t * prefetch_error
- | `Pool_exception of string
+ | `Pool_exception of exn
(* FIXME: string list *)
| `Many_errors of string list
]