log erros that were already caught #28
@ -94,6 +94,7 @@ class HttpResponse
 | 
			
		||||
            $response = call_user_func([$controller, $handler[1]]);
 | 
			
		||||
        } catch (Exception $exception) {
 | 
			
		||||
            $this->dbConnection->rollback();
 | 
			
		||||
            error_log($exception);
 | 
			
		||||
            $this->render500($exception);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user