Module: Eco::API::UseCases::Lib::ErrorHandling
- Includes:
- Language::AuxiliarLogger
- Included in:
- GraphQL::Helpers::Base::ErrorHandling
- Defined in:
- lib/eco/api/usecases/lib/error_handling.rb
Overview
Basic error handling you would need in any use case
Instance Attribute Summary collapse
-
#exception ⇒ Object
readonly
Returns the value of attribute exception.
-
#exiting ⇒ Object
readonly
Returns the value of attribute exiting.
Attributes included from Language::AuxiliarLogger
Method Summary
Methods included from Language::AuxiliarLogger
Instance Attribute Details
#exception ⇒ Object (readonly)
Returns the value of attribute exception.
6 7 8 |
# File 'lib/eco/api/usecases/lib/error_handling.rb', line 6 def exception @exception end |
#exiting ⇒ Object (readonly)
Returns the value of attribute exiting.
6 7 8 |
# File 'lib/eco/api/usecases/lib/error_handling.rb', line 6 def exiting @exiting end |