aboutsummaryrefslogtreecommitdiff
path: root/gramlib/plexing.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-02-07 03:34:21 +0100
committerEmilio Jesus Gallego Arias2019-02-07 03:34:21 +0100
commit516af694c8f8a46abf67b8124b315fb8bc12df8b (patch)
tree5f67e4b20555a54473f530a97d622374d72cab63 /gramlib/plexing.mli
parent7886c6d8e0663ba346fff52837012c7fc952ecc1 (diff)
parent2bdd0f98ea8fa2444e4198d7be160a189aa5f933 (diff)
Merge PR #9479: Remove the Plexing.Error exception.
Reviewed-by: ejgallego
Diffstat (limited to 'gramlib/plexing.mli')
-rw-r--r--gramlib/plexing.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/gramlib/plexing.mli b/gramlib/plexing.mli
index eed4082e00..6139dc4020 100644
--- a/gramlib/plexing.mli
+++ b/gramlib/plexing.mli
@@ -19,9 +19,6 @@ type pattern = string * string
- The way tokens patterns are interpreted to parse tokens is done
by the lexer, function [tok_match] below. *)
-exception Error of string
- (** A lexing error exception to be used by lexers. *)
-
(** Lexer type *)
type 'te lexer =