MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/cli/src/anus.test.tsx:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22// Custom error to identify mock process.exit calls
23class MockProcessExitError extends Error {
24 constructor(readonly code?: string | number | null | undefined) {
25 super('PROCESS_EXIT_MOCKED');
26 this.name = 'MockProcessExitError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected