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