Exception: PennyWise::Exceptions::PennyWiseError
- Inherits:
-
Exception
- Object
- Exception
- PennyWise::Exceptions::PennyWiseError
- Defined in:
- lib/penny_wise/exceptions.rb
Direct Known Subclasses
ErrorHandlerException, RenderedErrorPageException, IntegrationNotFoundException
Instance Attribute Summary collapse
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#backtrace ⇒ Object
Returns the value of attribute backtrace.
4 5 6 |
# File 'lib/penny_wise/exceptions.rb', line 4 def backtrace @backtrace end |
#message ⇒ Object
Returns the value of attribute message.
4 5 6 |
# File 'lib/penny_wise/exceptions.rb', line 4 def @message end |