Exception: RescuableErrors::ApplicationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rescuable_errors/application_error.rb

Instance Attribute Summary collapse

Instance Attribute Details

#classObject

Returns the value of attribute class.



3
4
5
# File 'lib/rescuable_errors/application_error.rb', line 3

def class
  @class
end

#codeObject

Returns the value of attribute code.



3
4
5
# File 'lib/rescuable_errors/application_error.rb', line 3

def code
  @code
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/rescuable_errors/application_error.rb', line 3

def status
  @status
end