summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/syntax/idl/exception-inheritance.widl
blob: 258fdeba6f43d36a2a8d7927b695d53a5cc5d2e3 (plain)
1
2
3
4
5
6
7
// from http://lists.w3.org/Archives/Public/public-script-coord/2010OctDec/0112.html
  exception DOMException {
    unsigned short code;
  };

  exception HierarchyRequestError : DOMException { };
  exception NoModificationAllowedError : DOMException { };