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