- Removed unused exception UnsupportedComponentTypeException in \ncc\Exceptions in favor of NotSupportedException

- Removed unused exception `UnsupportedPackageException` in `\ncc\Exceptions` (not used)
 - Removed unused exception `UnsupportedRemoteTypeSource` in `\ncc\Exceptions` (not used)
 - Removed unused exception `UnsupportedProjectTypeException` in `\ncc\Exceptions` (not used)
This commit is contained in:
Netkas 2023-08-20 21:20:13 -04:00
parent 14541123c0
commit c151d29b46
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
11 changed files with 11 additions and 225 deletions

View file

@ -66,9 +66,9 @@ NotSupportedException
* NOT_IMPLEMENTED
* UNSUPPORTED_COMPILER_EXTENSION
* UNSUPPORTED_EXTENSION_VERSION
UNSUPPORTED_COMPONENT_TYPE
NOT_SUPPORTED_EXCEPTION
UNSUPPORTED_PROJECT_TYPE
* UNSUPPORTED_COMPONENT_TYPE
* NOT_SUPPORTED_EXCEPTION
* UNSUPPORTED_PROJECT_TYPE
RuntimeException
RUNTIME