- 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:
parent
69d7b86534
commit
eef360a8f7
28 changed files with 102 additions and 500 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue