Nanoc::Errors::Generic
# File lib/nanoc/extra/piper.rb, line 10 def initialize(command, exit_code) @command = command @exit_code = exit_code end
# File lib/nanoc/extra/piper.rb, line 15 def message "command exited with a nonzero status code #{@exit_code} (command: #{@command.join(' ')})" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.