class WAB::TypeError
Public Class Methods
new(msg='Data values must either be a Hash or an Array')
click to toggle source
Calls superclass method
# File lib/wab/errors.rb, line 8 def initialize(msg='Data values must either be a Hash or an Array') super(msg) end