Exception: AnbtSql::FormatterException
- Inherits:
-
IOError
- Object
- IOError
- AnbtSql::FormatterException
- Defined in:
- lib/anbt-sql-formatter/exception.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ FormatterException
constructor
A new instance of FormatterException.
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 |