Exception: IndexOutOfBoundsException
- Inherits:
-
StandardError
- Object
- StandardError
- IndexOutOfBoundsException
- Defined in:
- lib/anbt-sql-formatter/exception.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ IndexOutOfBoundsException
constructor
A new instance of IndexOutOfBoundsException.
Constructor Details
#initialize(msg = nil) ⇒ IndexOutOfBoundsException
Returns a new instance of IndexOutOfBoundsException.
25 26 27 |
# File 'lib/anbt-sql-formatter/exception.rb', line 25 def initialize(msg=nil) super(msg) end |