Class: Toys::ArgParser::FlagGroupConstraintError
- Inherits:
 - 
      UsageError
      
        
- Object
 - UsageError
 - Toys::ArgParser::FlagGroupConstraintError
 
 
- Defined in:
 - lib/toys/arg_parser.rb
 
Overview
A UsageError indicating a flag group constraint was not fulfilled.
Instance Attribute Summary
Attributes inherited from UsageError
#message, #name, #suggestions, #value
Instance Method Summary collapse
- 
  
    
      #initialize(message)  ⇒ FlagGroupConstraintError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
Create a FlagGroupConstraintError.
 
Methods inherited from UsageError
Constructor Details
#initialize(message) ⇒ FlagGroupConstraintError
Create a FlagGroupConstraintError.
      263 264 265  | 
    
      # File 'lib/toys/arg_parser.rb', line 263 def initialize() super(, name: nil) end  |