Module: Eco::API::UseCases::GraphQL::Samples::Location::Command::Service::TreeUpdate::InstanceMethods
- Defined in:
- lib/eco/api/usecases/graphql/samples/location/command/service/tree_update.rb
Instance Method Summary collapse
Instance Method Details
#process ⇒ Object
19 20 21 22 23 24 25 |
# File 'lib/eco/api/usecases/graphql/samples/location/command/service/tree_update.rb', line 19 def process with_error_handling do super end ensure rescued { email_digest('TagTree Update') } end |