Exception: RescuableErrors::ApplicationError
- Inherits:
-
StandardError
- Object
- StandardError
- RescuableErrors::ApplicationError
- Defined in:
- lib/rescuable_errors/application_error.rb
Instance Attribute Summary collapse
-
#class ⇒ Object
Returns the value of attribute class.
-
#code ⇒ Object
Returns the value of attribute code.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#class ⇒ Object
Returns the value of attribute class.
3 4 5 |
# File 'lib/rescuable_errors/application_error.rb', line 3 def class @class end |
#code ⇒ Object
Returns the value of attribute code.
3 4 5 |
# File 'lib/rescuable_errors/application_error.rb', line 3 def code @code end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/rescuable_errors/application_error.rb', line 3 def status @status end |