class Rack::AcornCache::AppException
Attributes
caught_exception[R]
Public Class Methods
new(caught_exception)
click to toggle source
# File lib/acorn_cache/app_exception.rb, line 5 def initialize(caught_exception) @caught_exception = caught_exception end