Exakat\Exceptions\NotProjectInGraph::__construct PHP Метод

__construct() публичный Метод

public __construct ( $project = '', $inGraph = '' )
    public function __construct($project = '', $inGraph = '')
    {
        parent::__construct('The analyzed project is not the same as the requested one : "' . $project . '" / "' . $inGraph . '". You probably want to use  -p ' . $inGraph . '.', 0, null);
    }
NotProjectInGraph