Exception: IndexOutOfBoundsException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/anbt-sql-formatter/exception.rb

Instance Method Summary collapse

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