Exception: Google::Serverless::Exec::NoDefaultProject

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

Overview

Exception raised when gcloud has no default project.

Instance Method Summary collapse

Constructor Details

#initializeNoDefaultProject

Returns a new instance of NoDefaultProject.



294
295
296
# File 'lib/google/serverless/exec.rb', line 294

def initialize
  super "No default project set."
end