ORIENT/modules/system/classes
Luke Towers 812c0552e8 Avoid logging SystemExceptions twice
SystemExceptions are already logged when the System ServiceProvider listens to the Message Logged event, this code used to be for ApplicationExceptions to bypass the fact that they were explicitly ignored by October's core exception handler.

ApplicationExceptions were added 27 Jan 2015 in 6a68036260
ApplicationExceptions were explicitly ignored in the core exception handler on 16 Feb 2015 in 237d97d87a (diff-b6bf0348130fdd1311473a97536310cdR20) and were explicitly logged in the System exception handler on the same day in 7b52e07b65 (diff-547f5794a63e9f138c33b20de8649b7eR20-R31)

Not sure why that was originally the case, but we've made the decision that ApplicationExceptions shouldn't be logged by default as they should occur semi-regularly in a healthy application (mostly as an expression of complex logical validation that triggers them based on bad user input): https://github.com/octobercms/october/pull/4569#issuecomment-550172508

Fixes octobercms/october#5253.
2020-08-28 13:57:12 -06:00
..
CombineAssets.php Switch to October Rain assetic 2020-02-27 20:07:42 +11:00
ComposerManager.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
ErrorHandler.php Avoid logging SystemExceptions twice 2020-08-28 13:57:12 -06:00
ImageResizer.php Remove unnecessary $sourceDisk & $sourcePath variables. 2020-08-25 11:06:38 -06:00
MailManager.php Minor Formatting Corrections in Usage Comments (#4541) 2019-08-15 09:14:54 -06:00
MarkupManager.php Minor Formatting Corrections in Usage Comments (#4541) 2019-08-15 09:14:54 -06:00
MediaLibrary.php Merge branch 'develop' into wip/laravel-6 2020-05-27 12:44:54 -06:00
MediaLibraryItem.php Update MM lang refs 2017-10-16 17:52:50 +11:00
ModelBehavior.php Fixes inconsistency in component partial folder names 2017-06-27 05:34:13 +10:00
PluginBase.php Change PluginBase::boot return type to void (PhpDocBlock) (#4957) 2020-02-28 17:52:01 +08:00
PluginManager.php Add getAllPlugins() method to PluginManager 2020-08-27 15:47:42 -06:00
SettingsManager.php Add missing documentation comment blocks for fired events (#4788) 2019-11-24 23:59:00 -06:00
SystemController.php Finished initial implementation of resizer for all supported input image sources, added the storage/app/resized directory to the mirror command 2020-08-14 15:39:30 -06:00
UpdateManager.php Merge branch 'develop' into wip/laravel-6 2020-04-29 16:58:58 -06:00
VersionManager.php Merge branch 'develop' into wip/laravel-6 2020-04-29 16:58:58 -06:00