Exception: Dynomite::Errors::ReservedWordError
- Inherits:
-
StandardError
- Object
- StandardError
- Dynomite::Errors::ReservedWordError
- Defined in:
- lib/dynomite/errors.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ ReservedWordError
constructor
A new instance of ReservedWordError.
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 |