YouCompleteMe/python/ycm/client
Val Markovic ba6c6182ed Consistent handling of ServerError exceptions
Previously we used the super-evil 'except Exception' clauses that would
catch everything and turn debugging into a sanity-questioning exercise.
2016-02-28 19:23:40 -08:00
..
tests Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py Making it clearer an exception came from ycmd 2016-02-28 14:38:23 -08:00
command_request.py Consistent handling of ServerError exceptions 2016-02-28 19:23:40 -08:00
completer_available_request.py Consistent handling of ServerError exceptions 2016-02-28 19:23:40 -08:00
completion_request.py Consistent handling of ServerError exceptions 2016-02-28 19:23:40 -08:00
event_notification.py Consistent handling of ServerError exceptions 2016-02-28 19:23:40 -08:00
omni_completion_request.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00
ycmd_keepalive.py Futurize pass + manual fixes 2016-02-27 16:12:44 -08:00