Exception: RubyFly::RC::TargetAlreadyPresentError

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

Instance Method Summary collapse

Constructor Details

#initialize(target_name) ⇒ TargetAlreadyPresentError

Returns a new instance of TargetAlreadyPresentError.



46
47
48
# File 'lib/ruby_fly/rc.rb', line 46

def initialize(target_name)
  super("Target with name: #{target_name} already present in RC.")
end