Exception: Google::IdentityToolkit::ApiError
- Inherits:
-
StandardError
- Object
- StandardError
- Google::IdentityToolkit::ApiError
- Defined in:
- lib/google/identity_toolkit/errors.rb
Overview
General exception for failed API calls when verifiying assertions
Instance Method Summary collapse
-
#initialize(s) ⇒ ApiError
constructor
A new instance of ApiError.
Constructor Details
#initialize(s) ⇒ ApiError
Returns a new instance of ApiError.
6 7 8 |
# File 'lib/google/identity_toolkit/errors.rb', line 6 def initialize(s) super(s) end |