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.



87
88
89
# File 'lib/fruity_builder.rb', line 87

def initialize(msg)
  super(msg)
end