Exception: FPM::Fry::Exec::Failed
- Inherits:
-
StandardError
- Object
- StandardError
- FPM::Fry::Exec::Failed
- Includes:
- WithData
- Defined in:
- lib/fpm/fry/exec.rb
Overview
Raised when running a command failed.
Instance Attribute Summary
Attributes included from WithData
Instance Method Summary collapse
-
#stderr ⇒ String
Contents of stderr.
Methods included from WithData
Instance Method Details
#stderr ⇒ String
Returns contents of stderr.
13 14 15 |
# File 'lib/fpm/fry/exec.rb', line 13 def stderr data[:stderr] end |