Exception: AnbtSql::FormatterException

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ FormatterException

Returns a new instance of FormatterException.



18
19
20
# File 'lib/anbt-sql-formatter/exception.rb', line 18

def initialize(msg=nil)
  super(msg)
end