Exception: UnknownStatementType

Inherits:
StandardError
  • Object
show all
Defined in:
lib/error/UnknownStatementType.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UnknownStatementType

Returns a new instance of UnknownStatementType.



3
4
5
# File 'lib/error/UnknownStatementType.rb', line 3

def initialize(msg)
  super(msg)
end