Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
import
os
7
8
class
CatError(Exception):
9
pass
10
11
class
Logger:
12
def
__init__(self, verbosity=False):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected