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