Exception: Subroutine::OutputNotSetError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/subroutine/output_not_set_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ OutputNotSetError

Returns a new instance of OutputNotSetError.



3
4
5
# File 'lib/subroutine/output_not_set_error.rb', line 3

def initialize(name)
  super("Expected output '#{name}' to be set upon completion of perform but was not.")
end