Class Cachetastic::Errors::UnsupportedAdapter
In: lib/cachetastic/errors/unsupported_adapter.rb
Parent: Exception

Methods

new  

Public Class methods

[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]