# tmuxp.exc.WorkspaceBuilderNotFound

- **Module:** tmuxp.exc
- **Package:** tmuxp
- **Language:** Python
- **Kind:** exception
- **Source:** https://github.com/tmux-python/tmuxp/blob/153acdf6ff1268b14d3d03ed488f545a7123c8f1/src/tmuxp/exc.py#L101
- **Page:** https://libtmux.org/en/py/latest/workspace/reference/tmuxp-exc-workspacebuildernotfound/

Configured ``workspace_builder`` could not be resolved.

>>> print(WorkspaceBuilderNotFound("nope"))
Workspace builder 'nope' could not be found....

## Members

- `__init__` (method)
