Exception: Google::Serverless::Exec::NoDefaultProject
- Inherits:
-
UsageError
- Object
- StandardError
- UsageError
- Google::Serverless::Exec::NoDefaultProject
- Defined in:
- lib/google/serverless/exec.rb
Overview
Exception raised when gcloud has no default project.
Instance Method Summary collapse
-
#initialize ⇒ NoDefaultProject
constructor
A new instance of NoDefaultProject.
Constructor Details
#initialize ⇒ NoDefaultProject
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 |