Sha256: bc1222ced6534d41322b1260eb7568b0bfb55b52b2069efed2a18e5d76460a66
Contents?: true
Size: 602 Bytes
Versions: 10
Compression:
Stored size: 602 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module Test class Error class AdaptorError module Operations class ThrottleError < Operation::Update class Contract < LedgerSync::Adaptors::Contract schema do end end private def operate failure( LedgerSync::Error::AdaptorError::ThrottleError.new(adaptor: adaptor) ) end end end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems