You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DuplicateKeyException and DuplicateNameException should be checked exceptions. Since they don't represent an error in the code but an exception of invalid input data.
Description
DuplicateKeyExceptionandDuplicateNameExceptionshould be checked exceptions. Since they don't represent an error in the code but an exception of invalid input data.