Exception: ChkBuild::Build::CommandError
- Inherits:
-
StandardError
- Object
- StandardError
- ChkBuild::Build::CommandError
- Defined in:
- lib/chkbuild/build.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(status, reason, message = reason) ⇒ CommandError
constructor
A new instance of CommandError.
Constructor Details
#initialize(status, reason, message = reason) ⇒ CommandError
608 609 610 611 612 |
# File 'lib/chkbuild/build.rb', line 608 def initialize(status, reason, =reason) super @reason = reason @status = status end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
614 615 616 |
# File 'lib/chkbuild/build.rb', line 614 def reason @reason end |