aboutsummaryrefslogtreecommitdiff
path: root/lib/cErrors.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-06-19 13:47:21 +0200
committerGaëtan Gilbert2019-06-19 13:47:21 +0200
commitd501690a7d767d4a542867c5b6a65a722fa8c4c1 (patch)
treea07b9e8bfe8c0955767654b0240c8519d267d936 /lib/cErrors.mli
parentcdba5f7ceee1adfbdd96ffc82115fbc1e6750b80 (diff)
parent85d770bdb52c73e741738f7193206a5d6896dc02 (diff)
Merge PR #10380: [errors] remove "is_handled" logic, turn unhandled into anomalies
Reviewed-by: SkySkimmer Reviewed-by: gares
Diffstat (limited to 'lib/cErrors.mli')
-rw-r--r--lib/cErrors.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/cErrors.mli b/lib/cErrors.mli
index 8bb161d745..51ec5c907a 100644
--- a/lib/cErrors.mli
+++ b/lib/cErrors.mli
@@ -89,7 +89,3 @@ val iprint_no_report : Exninfo.iexn -> Pp.t
Typical example: [Sys.Break], [Assert_failure], [Anomaly] ...
*)
val noncritical : exn -> bool
-
-(** Check whether an exception is handled by some toplevel printer. The
- [Anomaly] exception is never handled. *)
-val handled : exn -> bool