DefaultBranchCannotBeDeletedException constructor
Implementation
DefaultBranchCannotBeDeletedException({String? type, String? message})
: super(
type: type,
code: 'DefaultBranchCannotBeDeletedException',
message: message);