Exception: AppEngine::Exec::NoDefaultProject

Inherits:
UsageError
  • Object
show all
Defined in:
lib/appengine/exec.rb

Overview

Exception raised when gcloud has no default project.

Instance Method Summary collapse

Constructor Details

#initializeNoDefaultProject

Returns a new instance of NoDefaultProject.



291
292
293
# File 'lib/appengine/exec.rb', line 291

def initialize
  super "No default project set."
end