Exception: Subroutine::Outputs::OutputNotSetError
- Inherits:
-
StandardError
- Object
- StandardError
- Subroutine::Outputs::OutputNotSetError
- Defined in:
- lib/subroutine/outputs/output_not_set_error.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ OutputNotSetError
constructor
A new instance of OutputNotSetError.
Constructor Details
#initialize(name) ⇒ OutputNotSetError
Returns a new instance of OutputNotSetError.
7 8 9 |
# File 'lib/subroutine/outputs/output_not_set_error.rb', line 7 def initialize(name) super("Expected output '#{name}' to be set upon completion of perform but was not.") end |