Exception: UsageMod::NestingOverflow

Inherits:
Error
  • Object
show all
Defined in:
lib/Usage.rb

Overview

Too many open parens

Instance Method Summary collapse

Constructor Details

#initializeNestingOverflow

Returns a new instance of NestingOverflow.



160
161
162
# File 'lib/Usage.rb', line 160

def initialize
  super("unbalanced parenthesis: too many '(' and not enough ')'")
end