Class: WAB::KeyError

Inherits:
Error
  • Object
show all
Defined in:
lib/wab/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Hash keys must be Symbols') ⇒ KeyError

Returns a new instance of KeyError.



14
15
16
# File 'lib/wab/errors.rb', line 14

def initialize(msg='Hash keys must be Symbols')
  super(msg)
end