Module Pa_ppx_runtime_fat.Exceptions
module Ploc : sig ... endmodule M_pp : sig ... endtype t += - | Help of string
- | Bad of string
- | Finally_raised of t
- | Undefined
- | Parse_error
- | QueueEmpty
- | Scan_failure of string
- | StackEmpty
- | Exit
- | Match_failure of string * int * int
- | Assert_failure of string * int * int
- | Invalid_argument of string
- | Failure of string
- | Not_found
- | Out_of_memory
- | Stack_overflow
- | Sys_error of string
- | End_of_file
- | Division_by_zero
- | Sys_blocked_io
- | Undefined_recursive_module of string * int * int
- | StreamFailure
- | Error of string
- | Break
- | Exc of Ploc.t * t