Exception: Rwm::WorkspaceNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/rwm/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeWorkspaceNotFoundError

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