— DOMException#to_s()
return the string representation of the error.
149 150 151
# File 'lib/xml/dom/core.rb', line 149 def to_s ERRMSG[@code] end