class RubyFly::RC::TargetNotPresentError
Public Class Methods
new(target_name)
click to toggle source
Calls superclass method
# File lib/ruby_fly/rc.rb, line 52 def initialize(target_name) super("Target with name: #{target_name} not present in RC.") end