# File lib/merb-extjs-direct/xexception.rb, line 30
    def to_h
        data = super
        data[:type]     = 'exception'
        data[:where]    = @where.join("\n")
        data
    end