Exception: Rack::AcornCache::AppException
- Inherits:
-
StandardError
- Object
- StandardError
- Rack::AcornCache::AppException
- Defined in:
- lib/acorn_cache/app_exception.rb
Instance Attribute Summary collapse
-
#caught_exception ⇒ Object
readonly
Returns the value of attribute caught_exception.
Instance Method Summary collapse
-
#initialize(caught_exception) ⇒ AppException
constructor
A new instance of AppException.
Constructor Details
#initialize(caught_exception) ⇒ AppException
Returns a new instance of AppException.
5 6 7 |
# File 'lib/acorn_cache/app_exception.rb', line 5 def initialize(caught_exception) @caught_exception = caught_exception end |
Instance Attribute Details
#caught_exception ⇒ Object (readonly)
Returns the value of attribute caught_exception.
3 4 5 |
# File 'lib/acorn_cache/app_exception.rb', line 3 def caught_exception @caught_exception end |