- Removed unused exception PackageNotFoundException in \ncc\Exceptions in favor of PackageException

- Removed unused exception `ConstantReadonlyException` in `\ncc\Exceptions` in favor of `IntegrityException` & `\InvalidArgumentException`
 - Removed unused exception `InvalidConstantName` in `\ncc\Exceptions` in favor for `IntegrityException`
 - Removed unused exception `ComponentDecodeException` in `\ncc\Exceptions` in favor for `IntegrityException`
 - Removed unused exception `ResourceChecksumException` in `\ncc\Exceptions` in favor for `IntegrityException`
 - Removed unused exception `AutoloadGeneratorException` in `\ncc\Exceptions` in favor for `IOException`
 - Removed unused exception `SymlinkException` in `\ncc\Exceptions` in favor for `IOException`
 - Removed unused exception `PackageLockException` in `\ncc\Exceptions` in favor for `IOException`
This commit is contained in:
Netkas 2023-08-21 23:14:13 -04:00
parent cdbc87e4bc
commit 69d7b86534
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
30 changed files with 299 additions and 717 deletions

View file

@ -24,24 +24,22 @@ AuthenticationException
ResourceNotFoundException
PROJECT_ALREADY_EXISTS
NO_UNITS_FOUND
PACKAGE_NOT_FOUND
VERSION_NOT_FOUND
NO_AVAILABLE_UNITS
PackageLockException
PACKAGE_LOCK_EXCEPTION
PackageException
* PACKAGE_PREPARATION_FAILED
* PACKAGE_PARSING_EXCEPTION
PACKAGE_ALREADY_INSTALLED
PACKAGE_FETCH_EXCEPTION
* PACKAGE_ALREADY_INSTALLED
* PACKAGE_FETCH_EXCEPTION
- MISSING_DEPENDENCY
* PACKAGE_NOT_FOUND
IOException
IO_EXCEPTION
SYMLINK_EXCEPTION
* IO_EXCEPTION
* AUTOLOADER_GENERATOR_EXCEPTION
* SYMLINK_EXCEPTION
* PACKAGE_LOCK_EXCEPTION
NetworkException
* HTTP_EXCEPTION
@ -80,10 +78,10 @@ RuntimeException
USER_ABORTED_OPERATION
IntegrityException
CONSTANT_READ_ONLY
INVALID_CONSTANT_NAME
COMPONENT_DECODE_EXCEPTION
RESOURCE_CHECKSUM_EXCEPTION
* CONSTANT_READ_ONLY
* INVALID_CONSTANT_NAME
* COMPONENT_DECODE_EXCEPTION
* RESOURCE_CHECKSUM_EXCEPTION
AutoLoadException
AUTOLOAD_GENERATOR
- AUTOLOAD_GENERATOR