Exception: Toys::ArgParser::FlagGroupConstraintError

Inherits:
UsageError
  • Object
show all
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

Methods inherited from UsageError

#message_with_suggestions

Constructor Details

#initialize(message = nil) ⇒ FlagGroupConstraintError

Create a FlagGroupConstraintError.

Parameters:

  • message (String) (defaults to: nil)

    The message. Required.



283
284
285
# File 'core-docs/toys/arg_parser.rb', line 283

def initialize(message = nil)
  # Source available in the toys-core gem
end