-
Improvement
-
Resolution: Fixed
-
Minor
-
-
0.7.2
The AppCenterException class looks like it is going to be use in only a very specific way. At the moment it has the following unused constructors that we don't want future contributors to accidently use meaning we need to support them.
- public AppCenterException(Throwable throwable)
- public AppCenterException(String s, Throwable throwable, boolean b, boolean b1)
- public AppCenterException()
Acceptance Criteria
- Unused exception constructors are removed.