engelsystem
engelsystem copied to clipboard
Exceptions and errors in the system are not handled properly.
Whenever an exception occurs, it is handled badly by killing the project using die() function. Exit expressions with regular code are untestable and therefore they should be avoided.
