Exception: GoogleAuthenticationBridge::FileNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ FileNotFoundError

Returns a new instance of FileNotFoundError.



101
102
103
# File 'lib/google_auth_bridge.rb', line 101

def initialize filename
  super "File not found #{filename}"
end