- Added new exception OperationException in \ncc\Exceptions to replace all generic related exceptions

- Removed unused exception `UnitsNotFoundException` in `\ncc\Exceptions` (not used)
 - Removed unused exception `NoAvailableUnitsException` in `\ncc\Exceptions` in favor for `OperationException`
 - Removed unused exception `InstallationException` in `\ncc\Exceptions` in favor for `OperationException`
 - Removed all unused exceptions from the project, reduced the number of exceptions in total.
This commit is contained in:
Netkas 2023-08-23 11:44:32 -04:00
parent 69d7b86534
commit eef360a8f7
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
28 changed files with 102 additions and 500 deletions

View file

@ -22,8 +22,8 @@ AuthenticationException
* AUTHENTICATION_EXCEPTION
ResourceNotFoundException
PROJECT_ALREADY_EXISTS
NO_UNITS_FOUND
- PROJECT_ALREADY_EXISTS
- NO_UNITS_FOUND
VERSION_NOT_FOUND
NO_AVAILABLE_UNITS
@ -71,7 +71,8 @@ NotSupportedException
* UNSUPPORTED_REMOTE_SOURCE_TYPE
* UNSUPPORTED_PACKAGE
RuntimeException
OperationException
RUNTIME_EXCEPTION
RUNTIME
BUILD_EXCEPTION
RUNNER_EXECUTION_EXCEPTION