Exception: RubyFly::RC::TargetNotPresentError
- Inherits:
-
StandardError
- Object
- StandardError
- RubyFly::RC::TargetNotPresentError
- Defined in:
- lib/ruby_fly/rc.rb
Instance Method Summary collapse
-
#initialize(target_name) ⇒ TargetNotPresentError
constructor
A new instance of TargetNotPresentError.
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 |