Sha256: e8e241fe8614c1db6e8a4d09b8b6604b092619898153798ccc1d1b36cd851a9c
Contents?: true
Size: 283 Bytes
Versions: 8
Compression:
Stored size: 283 Bytes
Contents
module Pione module Tuple class ExceptionTuple < BasicTuple # exception notifier from agents # uuid : uuid of the agent who happened the exception # value : exception object define_format [:exception, :uuid, :agent_type, :value] end end end
Version data entries
8 entries across 8 versions & 1 rubygems