Module: FastpixClient::SDKHooks::AbstractAfterErrorHook

Extended by:
T::Helpers, T::Sig
Included in:
AbstractSDKHook
Defined in:
lib/fastpix_client/sdk_hooks/types.rb

Instance Method Summary collapse

Instance Method Details

#after_error(error:, hook_ctx:, response:) ⇒ Object



161
162
163
164
# File 'lib/fastpix_client/sdk_hooks/types.rb', line 161

def after_error(error:, hook_ctx:, response:)
  _ = [error, hook_ctx, response]
  Kernel.raise NotImplementedError.new
end