Sha256: 0045b4e652f293b18eaed6c89d0b8b8974047b31c622ec60257820068db395b0
Contents?: true
Size: 209 Bytes
Versions: 10
Compression:
Stored size: 209 Bytes
Contents
# typed: strict # frozen_string_literal: true module EML # TNSError is the parent class for errors related to messages received on the # Transaction Notificaiton Service class TNSError < Error; end end
Version data entries
10 entries across 10 versions & 1 rubygems