MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / CatError

Class CatError

Cat_command/cat.py:8–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import os
7
8class CatError(Exception):
9 pass
10
11class Logger:
12 def __init__(self, verbosity=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected