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