Exception: Dommy::DOMException::EncodingError

Inherits:
Dommy::DOMException show all
Defined in:
lib/dommy/dom_exception.rb

Overview

Modern names without legacy codes (code is 0). Listed here so ‘rescue Dommy::DOMException::EncodingError` works.

Constant Summary collapse

NAME =
"EncodingError"
CODE =
0

Constants inherited from Dommy::DOMException

LEGACY_CODES

Method Summary

Methods inherited from Dommy::DOMException

#__js_get__, #code, #initialize, #message, #name, #to_s

Constructor Details

This class inherits a constructor from Dommy::DOMException