Exception: PennyWise::Exceptions::RenderedErrorPageException
- Inherits:
-
PennyWiseError
- Object
- Exception
- PennyWiseError
- PennyWise::Exceptions::RenderedErrorPageException
- Defined in:
- lib/penny_wise/exceptions.rb
Instance Attribute Summary
Attributes inherited from PennyWiseError
Instance Method Summary collapse
-
#initialize ⇒ RenderedErrorPageException
constructor
A new instance of RenderedErrorPageException.
Constructor Details
#initialize ⇒ RenderedErrorPageException
Returns a new instance of RenderedErrorPageException.
7 8 9 10 |
# File 'lib/penny_wise/exceptions.rb', line 7 def initialize @message = 'An error page was explicitly requested.' @backtrace = ['None. No real error occured.'] end |