Exception: Toys::ArgParser::FlagGroupConstraintError
- Inherits:
-
UsageError
- Object
- StandardError
- UsageError
- Toys::ArgParser::FlagGroupConstraintError
- Defined in:
- core-docs/toys/arg_parser.rb
Overview
Defined in the toys-core gem
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 = nil) ⇒ FlagGroupConstraintError
constructor
Create a FlagGroupConstraintError.
Methods inherited from UsageError
Constructor Details
#initialize(message = nil) ⇒ FlagGroupConstraintError
Create a FlagGroupConstraintError.
283 284 285 |
# File 'core-docs/toys/arg_parser.rb', line 283 def initialize( = nil) # Source available in the toys-core gem end |