Exception: OptionParser::InvalidArgument

Inherits:
ParseError
  • Object
show all
Defined in:
lib/optparse.rb

Overview

Raises when the given argument does not match required format.

Direct Known Subclasses

AmbiguousArgument

Constant Summary

Constants inherited from ParseError

ParseError::Reason

Instance Attribute Summary

Attributes inherited from ParseError

#additional, #args, #reason

Method Summary

Methods inherited from ParseError

filter_backtrace, #initialize, #inspect, #message, #recover, #set_backtrace, #set_option

Constructor Details

This class inherits a constructor from OptionParser::ParseError