diff options
Diffstat (limited to 'lib/errors.ml')
| -rw-r--r-- | lib/errors.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/errors.ml b/lib/errors.ml index 1060a8efda..026198a98a 100644 --- a/lib/errors.ml +++ b/lib/errors.ml @@ -35,6 +35,8 @@ let invalid_arg_loc (loc,s) = Loc.raise loc (Invalid_argument s) exception Error_in_file of string * (bool * string * loc) * exn exception Timeout +exception Drop +exception Quit let handle_stack = ref [] |
