mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 05:24:57 +08:00
With this change we deprecate exception classes that are not used in the CLI repo. DEPRECATED: - `ContentHasMutatedException`, `InvalidUpdateRecordException`, `UnimplementedException` and `MergeConflictException` symbol from `@angular-devkit/core` have been deprecated in favor of the symbol from `@angular-devkit/schematics`. - `UnsupportedPlatformException` - A custom error exception should be created instead.