Module Exn.Backend
Extensible backend-specific exceptions.
val show : bool Stdlib.refControls the behaviour of pp.
val register_pp :
(Stdlib.Format.formatter -> Eio.Exn.Backend.t -> bool) ->
unitregister_pp pp adds pp as a pretty-printer of backend errors.
pp f err should format err using f, if possible. It should return true on success, or false if it didn't recognise err.
val pp : Eio.Exn.Backend.t Fmt.t