StandardError
# File lib/git-up.rb, line 196 def initialize(message, output=nil) @msg = "#{message.red}" if output @msg << "\n" @msg << "Here's what Git said:".red @msg << "\n" @msg << output end end
# File lib/git-up.rb, line 207 def message @msg end