class RubyFly::RC::TargetAlreadyPresentError

Public Class Methods

new(target_name) click to toggle source
Calls superclass method
# File lib/ruby_fly/rc.rb, line 46
def initialize(target_name)
  super("Target with name: #{target_name} already present in RC.")
end