[Source]
# File lib/cachetastic/errors/unsupported_adapter.rb, line 3 3: def initialize(cache_name, adapter) 4: super("#{cache_name} does not support the use of the #{adapter} adapter!") 5: end
[Validate]