gecko-dev/testing/web-platform/tests/WebIDL/valid/idl/exception-inheritance.widl

7 lines
No EOL
255 B
Text

// from http://lists.w3.org/Archives/Public/public-script-coord/2010OctDec/0112.html
exception DOMException {
unsigned short code;
};
exception HierarchyRequestError : DOMException { };
exception NoModificationAllowedError : DOMException { };