YouCompleteMe/python/ycm/client
zzbot 3256ae3ffa
Auto merge of #2976 - micbou:refactor-server-exception-handling, r=puremourning
[READY] Refactor server exception handling

Having to wrap all request calls with the `HandleServerException` function is inconvenient. Handle server exceptions directly in `BaseRequest`.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2976)
<!-- Reviewable:end -->
2018-04-14 11:13:15 -07:00
..
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
command_request.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
completer_available_request.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
completion_request.py Auto merge of #2976 - micbou:refactor-server-exception-handling, r=puremourning 2018-04-14 11:13:15 -07:00
debug_info_request.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
event_notification.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
messages_request.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
omni_completion_request.py Rewrite completion system 2017-06-21 02:32:57 +02:00
shutdown_request.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
ycmd_keepalive.py Refactor server exception handling 2018-04-13 01:35:17 +02:00