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

Attributes included from Language::AuxiliarLogger

#logger

Method Summary

Methods included from Language::AuxiliarLogger

#log

Instance Attribute Details

#exceptionObject (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

#exitingObject (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