- Corrected code-smell and code style issues in \ncc\Objects > PackageLock

- Removed unused exception `InvalidProjectConfigurationException` in `\ncc\Exceptions` in favor of `ConfigurationException`
 - Removed unused exception `InvalidScopeException` in `\ncc\Exceptions` in favor of `InvalidArgumentException` (standard php)
 - Removed unused exception `InvalidCredentialsEntryException` in `\ncc\Exceptions` (not used)
 - Removed unused exception `ComponentNotFoundException` in `\ncc\Exceptions` in favor of `ConfigurationException`
 - Removed unused exception `InvalidPackageNameException` in `\ncc\Exceptions` (not used)
 - Removed unused exception `InvalidVersionNumberException` in `\ncc\Exceptions` (not used)
 - Removed unused exception `InvalidProjectException` in `\ncc\Exceptions` in favor of `ConfigurationException`
 - Removed unused exception `InvalidProjectNameException` in `\ncc\Exceptions` in favor of `ConfigurationException`
 - Removed unused exception `BuildConfigurationNotFoundException` in `\ncc\Exceptions` in favor of `ConfigurationException`
This commit is contained in:
Netkas 2023-08-21 18:49:09 -04:00
parent c151d29b46
commit 0f08bd54d4
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
31 changed files with 258 additions and 668 deletions

View file

@ -1,11 +1,11 @@
ConfigurationException
INVALID_PROJECT_CONFIGURATION
INVALID_SCOPE
INVALID_CREDENTIALS_ENTRY
COMPONENT_VERSION_NOT_FOUND
INVALID_PACKAGE_NAME
INVALID_VERSION_NUMBER
INVALID_PROJECT_NAME
* INVALID_PROJECT_CONFIGURATION
* INVALID_SCOPE
* INVALID_CREDENTIALS_ENTRY
* COMPONENT_VERSION_NOT_FOUND
* INVALID_PACKAGE_NAME
* INVALID_VERSION_NUMBER
* INVALID_PROJECT_NAME
BUILD_CONFIGURATION_NOT_FOUND
INVALID_PROJECT_BUILD_CONFIGURATION
INVALID_PROPERTY_VALUE