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.



32
33
34
# File 'lib/ruby_fly/rc.rb', line 32

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