class JekyllGitAuthors::Git::ExecutionError
Attributes
Public Class Methods
Source
# File lib/jekyll-git-authors/git.rb, line 35 def initialize(command, stdout, stderr) @command = command @stdout = stdout @stderr = stderr super "Git command failed: '#{@command}', Git error message: #{@stderr}" end
Calls superclass method