Handle wot requests exceptions
In `wot.py`, exceptions aren’t well handled. - [x] `get_uid_from_pubkey()/identity_of()` - [x] `get_informations_for_identities()/wot_lookup()` - [x] `id` They should be handled by `DuniterError` and `ValueError` exceptions.
issue