Exception: Dynomite::Errors::ReservedWordError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dynomite/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ReservedWordError

Returns a new instance of ReservedWordError.



10
11
12
# File 'lib/dynomite/errors.rb', line 10

def initialize(msg)
  super
end