Exception: FruityBuilder::HelperCommandError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ HelperCommandError

Returns a new instance of HelperCommandError.



74
75
76
# File 'lib/fruity_builder.rb', line 74

def initialize(msg)
  super(msg)
end