Exception: Rwm::WorkspaceNotFoundError
- Defined in:
- lib/rwm/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ WorkspaceNotFoundError
constructor
A new instance of WorkspaceNotFoundError.
Constructor Details
#initialize ⇒ WorkspaceNotFoundError
Returns a new instance of WorkspaceNotFoundError.
7 8 9 |
# File 'lib/rwm/errors.rb', line 7 def initialize super("Not a git repository. rwm uses the git root as the workspace root. Run `git init` first, then `rwm init`.") end |