Define as constant file and use it as anywhere you want.
define('ROOT_PATH', dirname(__DIR__));
If you want to use inside includes directory.
require_once ROOT_PATH . '/includes/errorhandler.php';