A catch block follows another catch block that catches all errors. A catch statement will catch all errors when the argument of the statement does not have a specific type.
To correct this error
-
Examine all catch statements to make sure that catch statements only catch each type once and that the last catch statement catches untyped errors.