|
|||||
Encountered a duplicate catch parameter.
Additional Information
In catch 'X', parameter 'Y' was already declared as type 'Z'.
Explanation
Each parameter identifier (the shelf type and its name) may appear only once in the parameter list for a given function.