# File lib/exceptions/invalid_target.rb, line 6 def initialize(target) @target = target @message = "Invalid target '#{target}'." end