All exceptions implement Throwable
khalyomede opened this issue · comments
Khalyomede commented
Description
To comply with static analysis, exceptions should implement Throwable.
Proposal
All the exceptions implement Throwable interface.
Worarkound solutions
None.
Notes
None.
Khalyomede commented
All exceptions already extends base Exception that implements Throwable.