Home
last modified time | relevance | path

Searched refs:SubError (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-error-serdes.js43 class SubError extends Error {}
45 assert.strictEqual(cycle(new SubError('foo')).name, 'Error');
/third_party/python/Lib/test/
H A Dtest_exceptions.py1635 class SubError(Exception): class
1644 except SubError:
1651 coro.throw(SubError())

Completed in 4 milliseconds