An expression is calling the base class constructor, super, from a location other than the first line inside a constructor definition.
To correct this error
-
Make sure that the base class constructor is called only from the first line within a constructor declaration.