Exception: Bcome::Exception::CannotAuthenticateToGcp

Inherits:
Base
  • Object
show all
Defined in:
lib/objects/exception/cannot_authenticate_to_gcp.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #message, #pretty_display

Constructor Details

This class inherits a constructor from Bcome::Exception::Base

Instance Method Details

#message_prefixObject



6
7
8
# File 'lib/objects/exception/cannot_authenticate_to_gcp.rb', line 6

def message_prefix
  'Could not authenticate with GCP'
end