|
|||||
Attempted to return multiple times from a non-void returning function.
Explanation
At run-time, it is possible for a function to attempt multiple return actions in various always or catch parts. This is not allowed at run-time, when the function has a return value.