Exceptions of different types, for example Illuminate\Database\QueryException, cannot be passed and rendered throught the renderFatal function, making the actual exception inaccessible.
Should we just remove the Exception class from the parameters of this function below? @mrgopes @wai-blue
https://github.com/rindo789/framework/blob/094796dae5ed2d7b144d7d69b24b09a34325a7b3/src/Renderer.php#L340