The supplied target is not valid.
[Source]
# File lib/exceptions.rb, line 29 def initialize(args) @args = args end
# File lib/exceptions.rb, line 33 def to_s "The supplied target is not valid: #{@args}" end
[Validate]