mirror of https://github.com/abpframework/abp.git
2 changed files with 6 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
export const enum Exception { |
|||
InvalidWorkspace = 'Invalid Workspace: The angular.json should be a valid JSON file.', |
|||
NoProject = 'Unknown Project: Either define a default project in your workspace or specify the project name in schematics options.', |
|||
NoWorkspace = 'Workspace Not Found: Make sure you are running schematics at the root directory of your workspace and it has an angular.json file.', |
|||
} |
|||
@ -0,0 +1 @@ |
|||
export * from './exception'; |
|||
Loading…
Reference in new issue