Method: XML::DOM::DOMException#to_s

Defined in:
lib/xml/dom/core.rb,
lib/xml/dom2/domexception.rb

#to_sObject

— 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