Though there is not any error while requiring the file. I have not found error while instantiating the class.
//$this->currentController = /var/www/html/RoomFinder/App/Controllers/Home.php
require $this->currentController;
//No any errors till here and note that file_exists returns true
$this->currentController = new $this->currentController;
Here is the error message:
Fatal error: Uncaught Error: Class '/var/www/html/RoomFinder/App/Controllers/Home.php' not found in /var/www/html/RoomFinder/Core/Router.php:29 Stack trace: #0 /var/www/html/RoomFinder/public/index.php(10): Router->__construct() #1 {main} thrown in /var/www/html/RoomFinder/Core/Router.php on line 29