Skip to content
Snippets Groups Projects
Commit 93cbf907 authored by Steffen Gebert's avatar Steffen Gebert Committed by Andreas Wolf
Browse files

[BUGFIX] Throw correct Exceptions everywhere

Improve the way, TYPO3 is throwing Exceptions:

* Add a unique error code to all Exception($msg, $code) calls
* Replace die() statements with Exceptions, if possible
* Replace some general Exceptions with RuntimeException or ArgumentException.

Change-Id: Ic148f14b9a71136c917e9dc8b95513341b3c6ca0
Resolves: #M16953
Reviewed-on: http://review.typo3.org/1079


Reviewed-by: default avatarAndreas Wolf <andreas.wolf@ikt-werk.de>
Tested-by: default avatarAndreas Wolf <andreas.wolf@ikt-werk.de>
Reviewed-by: default avatarSteffen Ritter <info@rs-websystems.de>
parent aada4c97
No related merge requests found
Showing
with 44 additions and 42 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment