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