angular/modules/@angular/platform-server/src
Misko Hevery 7c07bfff97 fix(errors): [2/2] Rename Exception to Error; remove from public API
BREAKING CHANGE:

Exceptions are no longer part of the public API. We don't expect that anyone should be referring to the Exception types.

ExceptionHandler.call(exception: any, stackTrace?: any, reason?: string): void;
change to:
ErrorHandler.handleError(error: any): void;
2016-08-26 10:37:17 -07:00
..
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
parse5_adapter.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
server.ts refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00