[FLOW3-general] Error-Suppression

Ferdinand Kuhl fcool at coolys.de
Tue Aug 30 17:34:38 CEST 2011


Ahhhh...

Sorry, forgot to include the link to forge:
http://forge.typo3.org/issues/29358

Dont look too close at the spelling of this issue... seems like I'm getting 
tired ;)

Have a nice evening,
Ferdinand

PS: As my CLA is still pending, I cannot submit patches to gerrit :(

Robert Lemke wrote:

> Hi Ferdinand,
> 
> Am 30.08.2011 um 17:14 schrieb Ferdinand Kuhl:
> 
>> how could one temporarily disable the error-handling? The common "@" is
>> ignored by the error-handler.
>> 
>> I know: Ignoring errors is not good style, but sometimes you have to
>> integrate foreign code... (PEAR in my case).
> 
> You can define the error levels in your Settings.yaml – here's the
> default:
> 
> TYPO3:
>   FLOW3:
>     error:
>       errorHandler:
> 
>         # Defines which errors should result in an exception thrown - all
>         # other error levels will be silently ignored. Only errors that
>         # can be handled in an user-defined error handler are affected, of
>         # course.
>         exceptionalErrors: [%E_USER_ERROR%, %E_RECOVERABLE_ERROR%]
> 
> Cheers,
> Robert



More information about the FLOW3-general mailing list