Exception: Mack::Errors::UncacheableError
- Defined in:
- lib/mack-caching/errors.rb
Overview
Thrown when a page is uncacheable
Instance Method Summary collapse
-
#initialize(message) ⇒ UncacheableError
constructor
:nodoc:.
Constructor Details
#initialize(message) ⇒ UncacheableError
:nodoc:
6 7 8 |
# File 'lib/mack-caching/errors.rb', line 6 def initialize() # :nodoc: super() end |