Using this:
throw new Exception("Invalid access token provided");
Use this inside a namespace:
throw new \Exception("Invalid access token provided");
Will give you this:
Fatal error: Uncaught Exception: Invalid access token provided in /var/www/vhosts/.......... on line 91
