Files
sdk/pkg/analysis_server/lib
Konstantin Shcheglov 4e5938f373 Completion exceptions are never fatal.
Actually only some methods of the 'edit' domain are potentially fatal.

Alternative solutions:

1. Don't make anything fatal.

2. Add areExceptionsFatal to RequestHandler.

3. Let every domain to decide whether exceptions in some method or none of them are fatal.

R=brianwilkerson@google.com, danrubel@google.com
BUG=

Review URL: https://codereview.chromium.org/1404353007 .
2015-10-21 20:26:46 -07:00
..