Module: Eco::API::UseCases::GraphQL::Helpers::Base::ErrorHandling
- Includes:
- Language::AuxiliarLogger
- Included in:
- CaseEnv
- Defined in:
- lib/eco/api/usecases/graphql/helpers/base/error_handling.rb
Overview
Basic stuff 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/graphql/helpers/base/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/graphql/helpers/base/error_handling.rb', line 6 def exiting @exiting end |