Exception: RubyFly::RC::TargetNotPresentError

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

Instance Method Summary collapse

Constructor Details

#initialize(target_name) ⇒ TargetNotPresentError

Returns a new instance of TargetNotPresentError.



52
53
54
# File 'lib/ruby_fly/rc.rb', line 52

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