Exception: GoogleAuthenticationBridge::InvalidFileFormatError

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

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ InvalidFileFormatError

Returns a new instance of InvalidFileFormatError.



107
108
109
# File 'lib/google_auth_bridge.rb', line 107

def initialize filename
  super "Invalid token file format in '#{filename}'."
end