Exception: Mack::Errors::UncacheableError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mack-caching/errors.rb

Overview

Thrown when a page is uncacheable

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ UncacheableError

:nodoc:



6
7
8
# File 'lib/mack-caching/errors.rb', line 6

def initialize(message) # :nodoc:
  super(message)
end