class Toys::ArgParsingError
An exception indicating problems parsing arguments.
#
def initialize(errors)
- 
        errors(Array) --
def initialize(errors) @usage_errors = errors super(errors.join("\n")) end
An exception indicating problems parsing arguments.
#
errors
        (Array)
        -- 
      def initialize(errors) @usage_errors = errors super(errors.join("\n")) end