-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
At the moment if there is invalid stub name in the package config, generation will be failed with the next error
It's not clear for package users what exactly brake the process.
We need to make the following:
- Throw human readable error
Generation of $classType has been skiped cause the view $viewName from the config $configName is not exists. Please check that config has the correct view name value. - Class with incorrect stub name should not be generated
- Other classes should be generated (if they not related to skippable class)