Exception: FirebaseIdToken::Exceptions::UnsupportedCacheOperationError
- Inherits:
-
StandardError
- Object
- StandardError
- FirebaseIdToken::Exceptions::UnsupportedCacheOperationError
- Defined in:
- lib/firebase_id_token/exceptions/unsupported_cache_operation_error.rb
Overview
Instance Method Summary collapse
-
#initialize(message = "Cache store does not support a TTL read on entries") ⇒ UnsupportedCacheOperationError
constructor
A new instance of UnsupportedCacheOperationError.
Constructor Details
#initialize(message = "Cache store does not support a TTL read on entries") ⇒ UnsupportedCacheOperationError
Returns a new instance of UnsupportedCacheOperationError.
6 7 8 |
# File 'lib/firebase_id_token/exceptions/unsupported_cache_operation_error.rb', line 6 def initialize( = "Cache store does not support a TTL read on entries") super end |