Home
last modified time | relevance | path

Searched defs:SubError (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-error-serdes.js39 class SubError extends Error {} class
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Derrors.js9 function SubError(message) { class
/third_party/python/Lib/test/
Dtest_exceptions.py1531 class SubError(Exception): class