Exception: GoogleAuthenticationBridge::InvalidFileFormatError
- Defined in:
- lib/google_auth_bridge.rb
Instance Method Summary collapse
-
#initialize(filename) ⇒ InvalidFileFormatError
constructor
A new instance of InvalidFileFormatError.
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 |