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

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

public __construct ( $nb_tokens, $limit )
    public function __construct($nb_tokens, $limit)
    {
        parent::__construct("Project too large ({$nb_tokens} tokens found, {$limit} tokens limit). Check config/exakat.ini to change this limit.\n", 0, null);
    }
ProjectTooLarge