Project

General

Profile

Task #105242

Updated by Chris Müller 20 days ago

Previously, the command exited with an exception when a problem occured with Fluid 4.0.0. With Fluid 4.0.1 possible errors are caught and collected. 

 The command now fetches these possible errors and outputs them on the console. 

 This is useful, for example, when ViewHelpers use the constructor to initialize services, like EXT:schema. Also errors might hint to technical debts which should be solved by the extension author.

Back