CatchParameterNames constructor
const
CatchParameterNames()
Implementation
const CatchParameterNames()
: super(
code: const LintCode(
name: 'catch_parameter_names',
problemMessage: 'Parameter name for the {0} is non-standard.',
correctionMessage: 'Rename the parameter to {1}`.',
errorSeverity: DiagnosticSeverity.WARNING,
),
);