I have added custom class under /src/Common directory as described here I do everything as described in link but it doesn't work. I can't understand why. Thank you in advance for help.
Custom Class: HttpClient.class.php
namespace Common;
class HttpClient {...
Controller:
use Common\HttpClient;
$httpClient = new HttpClient();
Error:
FatalErrorException: Error: Class 'Common\HttpClient' not found in ...