Closed nadar closed 6 years ago
Provide a new option to configure the error handler to whiteliste exceptions which should NOT be transfered to the error API.
'components' => [ 'errorHandler' => [ 'whitelist' => [], // this would send all exception 'whitelist' => ['luya\Exception'], // all exceptions except of luya\Exception ] ]
Provide a new option to configure the error handler to whiteliste exceptions which should NOT be transfered to the error API.