PhpGitHooks\Module\Configuration\Contract\Exception\InvalidPhpCsStandardException::__construct PHP Метод

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

InvalidPhpCsStandardException constructor.
public __construct ( string $value )
$value string
    public function __construct($value)
    {
        parent::__construct(sprintf('Invalid phpcs standard <%s>', $value));
    }
InvalidPhpCsStandardException