-
Notifications
You must be signed in to change notification settings - Fork 6.8k
refactor: remove custom error classes #4324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can we deprecate instead of removing |
@mmalerba we should eliminate those, they shouldn't be doing that |
Restored and marked |
Beat me by a few seconds there @jelbourn. |
It's okay with me to leave it, then, so long as we also remove them from Google |
@crisbeto can you rebase? |
Also you can totally delete |
* Removes the custom `MdError` class and refactors all of the classes that extended it into functions. * Removes a few of the single-function `*-errors.ts` files and inlines their content. Fixes angular#4317.
4b7c996
to
966916b
Compare
Done @jelbourn. A few new |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
MdError
class and refactors all of the classes that extended it into functions.*-errors.ts
files and inlines their content.Fixes #4317.