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

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

public __construct ( $value )
    public function __construct($value)
    {
        parent::__construct(sprintf('Invalid tool interface <%s>', $value));
    }
InvalidToolInterfaceException