Catch Parameter Name

Checks that catch parameter names conform to a format specified by the format property.


Configuration

{
    "type": "CatchParameterName",
    "props": {
        "format": "^(e|t|ex|[a-z][a-z][a-zA-Z]+)$",
        "severity": "ERROR"
    }
}