Create a single parent exception class for source control operations
Description
Release Notes
None
Activity
Show:
De Lan April 19, 2023 at 7:54 PM
Single parent exception class added in

Samik Gupta March 21, 2023 at 9:00 AM
Created a single parent exception class SourceControlException
Followup Classify and make suberrors based on root causes

Vitalii Tymchyshyn March 2, 2023 at 4:15 PM
Also:
I would recommend it to be unchecked as it works better with functional style
Drop any per-call exceptions as it’s antipattern. Exceptions can be created per-condition as needed, not per call
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee

Reporter

Affects versions
Triaged
Yes
Components
Fix versions
Due date
Apr 25, 2023
Priority
Created February 28, 2023 at 9:30 AM
Updated May 24, 2023 at 5:46 PM
Resolved April 27, 2023 at 3:52 PM
Context: