Register a custom exception printer
authorPino Toscano <ptoscano@redhat.com>
Thu, 30 Aug 2018 10:13:42 +0000 (12:13 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 30 Aug 2018 10:26:32 +0000 (11:26 +0100)
This way all the users of ocaml-libvirt can use Printexc.to_string to
print a Virterror exception, even in case they do not catch it
explicitly.


No differences found