Exception: FPM::Fry::Exec::Failed

Inherits:
StandardError
  • Object
show all
Includes:
WithData
Defined in:
lib/fpm/fry/exec.rb

Overview

Raised when running a command failed.

Instance Attribute Summary

Attributes included from WithData

#data

Instance Method Summary collapse

Methods included from WithData

#initialize

Instance Method Details

#stderrString

Returns contents of stderr.

Returns:

  • (String)

    contents of stderr



13
14
15
# File 'lib/fpm/fry/exec.rb', line 13

def stderr
  data[:stderr]
end