Exception: FirebaseIdToken::Exceptions::UnsupportedCacheOperationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/firebase_id_token/exceptions/unsupported_cache_operation_error.rb

Overview

Instance Method Summary collapse

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(message = "Cache store does not support a TTL read on entries")
  super message
end