The result enumerated is a not valid result.
[Source]
# File lib/exceptions.rb, line 14 def initialize(opts = []) @opts = opts end
# File lib/exceptions.rb, line 18 def to_s "The found enumeration is a not valid result: #{@opts.join(', ')}" end
[Validate]