Exception: StepFailureException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- StepFailureException
- Defined in:
- lib/shiplane/build.rb
Instance Method Summary collapse
-
#initialize(command, artifact_name) ⇒ StepFailureException
constructor
A new instance of StepFailureException.
Constructor Details
#initialize(command, artifact_name) ⇒ StepFailureException
Returns a new instance of StepFailureException.
97 98 99 100 |
# File 'lib/shiplane/build.rb', line 97 def initialize(command, artifact_name) = "Command [#{command}] failed for artifact: #{artifact_name}" if artifact_name super() end |