Home
last modified time | relevance | path

Searched defs:MyError (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/js-native-api/test_error/
Dtest.js14 class MyError extends Error { } class
/third_party/python/Lib/test/test_asyncio/
Dtest_selector_events.py459 class MyError(Exception): class